Uses of Interface
io.fluxzero.common.ThrowingBiFunction
Packages that use ThrowingBiFunction
-
Uses of ThrowingBiFunction in io.fluxzero.common
Methods in io.fluxzero.common that return ThrowingBiFunctionModifier and TypeMethodDescriptiondefault <V> ThrowingBiFunction<T, U, V> ThrowingBiFunction.andThen(@NonNull ThrowingFunction<? super R, ? extends V> after) Returns a composed function that first applies this function to its input, and then applies theafterfunction to the result.