arrow-core-data / arrow.core / Either / Left
data class Left<out A> : Either<A, Nothing>
The left side of the disjoint union, as opposed to the Right side.
| <init> | The left side of the disjoint union, as opposed to the Right side.Left(a: A) | 
    
| a | val ~~a~~: A | 
    
| value | val value: A | 
    
| toString | fun toString(): String | 
    
| invoke | operator fun <A> ~~invoke~~(a: A): Either<A, Nothing> | 
    
Do you like Arrow?
✖