Package-level declarations

Types

Link copied to clipboard
sealed class Either<E, out A>

Functions

Link copied to clipboard
fun <A> A.left(): Either<A, Nothing>
Link copied to clipboard
fun <A> A.right(): Either<Nothing, A>