Failure

Failure

Parameters

exception

exception

<T>

type

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
@NotNull
open fun orElse(@NotNull function: @NotNull (Exception) -> T): @NotNull T
Gets the value or handle exception
Link copied to clipboard
abstract fun toString(): String