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