Package | Description |
---|---|
com.google.cloud.hadoop.util |
Modifier and Type | Method and Description |
---|---|
default <V> CheckedFunction<T,V,E> |
CheckedFunction.andThen(Function<? super R,? extends V> after)
Returns a composed function that first applies this function to its input, and then applies the
after function to the result. |
default <V> CheckedFunction<V,R,E> |
CheckedFunction.compose(Function<? super V,? extends T> before)
Returns a composed function that first applies the
before function to its input, and
then applies this function to the result. |
Copyright © 2024. All rights reserved.