Fault

class Fault<out T> : TaskResult<T>

Constructors

Link copied to clipboard
constructor(e: Throwable)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
inline fun <R> map(transform: (T) -> R): TaskResult<R>
Link copied to clipboard
fun unwrap(): T