Uses of Interface
de.marcely.bedwars.tools.ThrowingBiConsumer
Packages that use ThrowingBiConsumer
Package
Description
Various helper classes that can be used to make life a lot easier.
-
Uses of ThrowingBiConsumer in de.marcely.bedwars.tools
Methods in de.marcely.bedwars.tools that return ThrowingBiConsumerModifier and TypeMethodDescriptiondefault ThrowingBiConsumer
<T, U> ThrowingBiConsumer.andThen
(ThrowingBiConsumer<? super T, ? super U> after) Returns a composedBiConsumer
that performs, in sequence, this operation followed by theafter
operation.Methods in de.marcely.bedwars.tools with parameters of type ThrowingBiConsumerModifier and TypeMethodDescriptiondefault ThrowingBiConsumer
<T, U> ThrowingBiConsumer.andThen
(ThrowingBiConsumer<? super T, ? super U> after) Returns a composedBiConsumer
that performs, in sequence, this operation followed by theafter
operation.ExecutionChain.thenLoose
(ThrowingBiConsumer<Runnable, Consumer<Exception>> looseRunn) Execute a task whose finish might not be instant.