| Interface | Description |
|---|---|
| EitherFixedLeftSyntax<L> | |
| EitherFixedRightSyntax<R> |
| Class | Description |
|---|---|
| Either<L,R> | |
| EitherKt | |
| EitherTryResult<L,R,S> | |
| FilterLeftSyntax<L,R> | |
| FilterSyntax<L,R> | |
| FoldIntermediate<L,R,A> |
A builder style class for a fluent api when fold'ing an Either
|
| Left<L> |
Represents the left side of an Either. Instances of this type contain the value of the left side
|
| Multiple_bindKt | |
| Right<R> |
Represents the right side of an Either. Instances of this type contain the value of the right side
|