Companion

object Companion

Functions

Link copied to clipboard
fun failure(exception: Throwable): Result<Nothing>
Link copied to clipboard
inline fun <R> runCatching(block: () -> R): Result<R>
Link copied to clipboard
fun <T> success(value: T): Result<T>