Either

sealed class Either<T, R>

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun <T, R> Either<T, R>.inputOrThrow(ok: (EitherOk<T, R>) -> R, nok: (EitherNok<T, R>) -> String): R