public interface Function<T,R> extends Function<T,R>, Throwables.Function<T,R,RuntimeException>
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() |
apply
Copyright © 2020. All rights reserved.