Uses of Interface
com.helger.base.functional.IThrowingFunction
Packages that use IThrowingFunction
-
Uses of IThrowingFunction in com.helger.base.functional
Methods in com.helger.base.functional that return IThrowingFunctionModifier and TypeMethodDescriptiondefault <V> @NonNull IThrowingFunction<T, V, EXTYPE> IThrowingFunction.andThen(@NonNull 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> @NonNull IThrowingFunction<V, R, EXTYPE> IThrowingFunction.compose(@NonNull 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.base.functional with parameters of type IThrowingFunctionModifier and TypeMethodDescriptiondefault <V> @NonNull IThrowingFunction<T, V, EXTYPE> IThrowingFunction.andThen(@NonNull 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> @NonNull IThrowingFunction<V, R, EXTYPE> IThrowingFunction.compose(@NonNull 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.