Uses of Interface
com.google.cloud.hadoop.util.CheckedFunction
-
Packages that use CheckedFunction Package Description com.google.cloud.hadoop.util -
-
Uses of CheckedFunction in com.google.cloud.hadoop.util
Methods in com.google.cloud.hadoop.util that return CheckedFunction Modifier and Type Method 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 theafterfunction to the result.default <V> CheckedFunction<V,R,E>CheckedFunction. compose(Function<? super V,? extends T> before)Returns a composed function that first applies thebeforefunction to its input, and then applies this function to the result.
-