Uses of Interface
com.google.cloud.hadoop.util.CheckedFunction
Packages that use CheckedFunction
-
Uses of CheckedFunction in com.google.cloud.hadoop.util
Methods in com.google.cloud.hadoop.util that return CheckedFunctionModifier and TypeMethodDescriptiondefault <V> CheckedFunction<T,V, E> 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> Returns a composed function that first applies thebeforefunction to its input, and then applies this function to the result.