Uses of Interface
io.fluxcapacitor.common.ThrowingBiConsumer
Packages that use ThrowingBiConsumer
-
Uses of ThrowingBiConsumer in io.fluxcapacitor.common
Methods in io.fluxcapacitor.common that return ThrowingBiConsumerModifier and TypeMethodDescriptiondefault ThrowingBiConsumer
<T, U> ThrowingBiConsumer.andThen
(@NonNull ThrowingBiConsumer<? super T, ? super U> after) Returns a composedThrowingBiConsumer
that performs, in sequence, this operation followed by theafter
operation.Methods in io.fluxcapacitor.common with parameters of type ThrowingBiConsumerModifier and TypeMethodDescriptiondefault ThrowingBiConsumer
<T, U> ThrowingBiConsumer.andThen
(@NonNull ThrowingBiConsumer<? super T, ? super U> after) Returns a composedThrowingBiConsumer
that performs, in sequence, this operation followed by theafter
operation.