Result

interface Result<T>

http result

Parameters

<T>

type

Inheritors

Types

Link copied to clipboard
Failure
Link copied to clipboard
Success

Functions

Link copied to clipboard
@NotNull
open fun orElse(@NotNull function: @NotNull (Exception) -> T): @NotNull T
Gets the value or handle exception