Uses of Interface
io.fluxcapacitor.common.ThrowingBiFunction
Packages that use ThrowingBiFunction
-
Uses of ThrowingBiFunction in io.fluxcapacitor.common
Methods in io.fluxcapacitor.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 theafter
function to the result.