public interface Function<T,R> extends Throwables.Function<T,R,RuntimeException>, Function<T,R>
| Modifier and Type | Method and Description |
|---|---|
default <V> Function<T,V> |
andThen(Function<? super R,? extends V> after) |
default <V> Function<V,R> |
compose(Function<? super V,? extends T> before) |
static <T> Function<T,T> |
identity() |
default <E extends Throwable> |
toThrowable() |
applyCopyright © 2021. All rights reserved.