arrow-core-data / arrow.core / Ior / Left
data class Left<out A> : Ior<A, Nothing>
| <init> | Left(value: A) |
| isBoth | Returns true if this is a Both, false otherwise.val isBoth: Boolean |
| isLeft | Returns true if this is a Left, false otherwise.val isLeft: Boolean |
| isRight | Returns true if this is a Right, false otherwise.val isRight: Boolean |
| value | val value: A |
| toString | fun toString(): String |
| invoke | operator fun <A> ~~invoke~~(a: A): Ior<A, Nothing> |
Do you like Arrow?
✖