All Methods Static Methods Instance Methods Abstract Methods Default Methods
| Modifier and Type |
Method and Description |
default <V> CheckedFunction1<T,V> |
andThen(CheckedFunction1<R,V> after) |
R |
apply(T value) |
default <V> CheckedFunction1<V,R> |
compose(CheckedFunction1<V,T> before) |
static <T,X extends java.lang.Exception> CheckedFunction1<T,T> |
failure(Producer<X> supplier) |
static <T> CheckedFunction1<T,T> |
identity() |
default Function1<T,Either<java.lang.Throwable,R>> |
liftEither() |
default Function1<T,Option<R>> |
liftOption() |
default Function1<T,Try<R>> |
liftTry() |
static <T,R> CheckedFunction1<T,R> |
of(CheckedFunction1<T,R> reference) |
default Function1<T,R> |
recover(Function1<java.lang.Throwable,R> mapper) |
default <X extends java.lang.Throwable,R> R |
sneakyThrow(java.lang.Throwable t) |
default Function1<T,R> |
unchecked() |