Uses of Interface
com.helger.commons.functional.IThrowingFunction
-
Packages that use IThrowingFunction Package Description com.helger.commons.functional -
-
Uses of IThrowingFunction in com.helger.commons.functional
Methods in com.helger.commons.functional that return IThrowingFunction Modifier and Type Method Description default <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 IThrowingFunction Modifier and Type Method Description default <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.
-