All Methods Static Methods Instance Methods Abstract Methods Default Methods
| Modifier and Type |
Method and Description |
default <V> Function1<T,V> |
andThen(Function1<R,V> after) |
R |
apply(T value) |
default CheckedFunction1<T,R> |
checked() |
default <V> Function1<V,R> |
compose(Function1<V,T> before) |
static <T> Function1<T,T> |
identity() |
default EitherHandler<T,java.lang.Throwable,R> |
liftEither() |
default <L> EitherHandler<T,R,L> |
liftLeft() |
default OptionHandler<T,R> |
liftOption() |
default OptionalHandler<T,R> |
liftOptional() |
default <L> EitherHandler<T,L,R> |
liftRight() |
default TryHandler<T,R> |
liftTry() |
static <T,R> Function1<T,R> |
of(Function1<T,R> reference) |
default SequenceHandler<T,R> |
sequence() |
default StreamHandler<T,R> |
stream() |