Failure

class Failure(val error: Throwable) : Result<Nothing>

Constructors

Link copied to clipboard
constructor(error: Throwable)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
inline fun <E> transform(onSuccess: (Nothing) -> E, onFailure: (Throwable) -> E): E
Link copied to clipboard