ResultEffect

object ResultEffect

DSL Receiver Syntax for result.

Functions

Link copied to clipboard
fun <A> Either<Throwable, A>.bind(): A
fun <A> Validated<Throwable, A>.bind(): A
fun <A> Result<A>.bind(): A