Uses of Interface
de.marcely.bedwars.tools.ThrowingBiConsumer
Package
Description
Various helper classes that can be used to make life a lot easier.
-
Uses of ThrowingBiConsumer in de.marcely.bedwars.tools
Modifier 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.Modifier 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.