All Methods Static Methods Instance Methods Default Methods
| Modifier and Type |
Method and Description |
default <V> EitherHandler<V,L,R> |
compose(Function1<V,T> before) |
default OptionHandler<T,Either<L,R>> |
filter(Matcher1<R> matcher) |
default <V> EitherHandler<T,L,V> |
flatMap(EitherHandler<R,L,V> mapper) |
default <V> EitherHandler<T,L,V> |
flatten() |
static <L,R> Function1<Either<L,R>,Either<L,R>> |
identity() |
default <V> EitherHandler<T,L,V> |
map(Function1<R,V> mapper) |
default <V> EitherHandler<T,V,R> |
mapLeft(Function1<L,V> mapper) |
static <T,L,R> EitherHandler<T,L,R> |
of(Function1<T,Either<L,R>> reference) |
default Function1<T,R> |
orElse(Producer<R> producer) |