Uses of Interface
com.helger.commons.functional.IThrowingFunction
Packages that use IThrowingFunction
-
Uses of IThrowingFunction in com.helger.commons.functional
Methods in com.helger.commons.functional that return IThrowingFunctionModifier and TypeMethodDescriptiondefault <V> IThrowingFunction<T, V, EXTYPE> IThrowingFunction.andThen(IThrowingFunction<? super R, ? extends V, ? extends EXTYPE> after) Returns a composed function that first applies this function to its input, and then applies theafterfunction to the result.default <V> IThrowingFunction<V, R, EXTYPE> IThrowingFunction.compose(IThrowingFunction<? super V, ? extends T, ? extends EXTYPE> before) Returns a composed function that first applies thebeforefunction to its input, and then applies this function to the result.Methods in com.helger.commons.functional with parameters of type IThrowingFunctionModifier and TypeMethodDescriptiondefault <V> IThrowingFunction<T, V, EXTYPE> IThrowingFunction.andThen(IThrowingFunction<? super R, ? extends V, ? extends EXTYPE> after) Returns a composed function that first applies this function to its input, and then applies theafterfunction to the result.default <V> IThrowingFunction<V, R, EXTYPE> IThrowingFunction.compose(IThrowingFunction<? super V, ? extends T, ? extends EXTYPE> before) Returns a composed function that first applies thebeforefunction to its input, and then applies this function to the result.