Uses of Interface
io.microsphere.lang.function.ThrowableBiConsumer
-
Packages that use ThrowableBiConsumer Package Description io.microsphere.lang.function -
-
Uses of ThrowableBiConsumer in io.microsphere.lang.function
Methods in io.microsphere.lang.function that return ThrowableBiConsumer Modifier and Type Method Description default ThrowableBiConsumer<T,U>ThrowableBiConsumer. andThen(ThrowableBiConsumer<? super T,? super U> after)Returns a composedThrowableBiConsumerthat performs, in sequence, this operation followed by theafteroperation.Methods in io.microsphere.lang.function with parameters of type ThrowableBiConsumer Modifier and Type Method Description default ThrowableBiConsumer<T,U>ThrowableBiConsumer. andThen(ThrowableBiConsumer<? super T,? super U> after)Returns a composedThrowableBiConsumerthat performs, in sequence, this operation followed by theafteroperation.
-