Uses of Interface
de.marcely.bedwars.tools.ThrowingConsumer
Package
Description
Various helper classes that can be used to make life a lot easier.
-
Uses of ThrowingConsumer in de.marcely.bedwars.tools
Modifier and TypeMethodDescriptiondefault ThrowingConsumer
<T> ThrowingConsumer.andThen
(ThrowingConsumer<? super T> after) Returns a composedThrowingConsumer
that performs, in sequence, this operation followed by theafter
operation.Modifier and TypeMethodDescriptiondefault ThrowingConsumer
<T> ThrowingConsumer.andThen
(ThrowingConsumer<? super T> after) Returns a composedThrowingConsumer
that performs, in sequence, this operation followed by theafter
operation.protected ExecutionChain
ExecutionChain.chain
(ThrowingConsumer<Runnable> runn) <T> ExecutionChain
ExecutionChain.thenConsumer
(ThrowingConsumer<Consumer<T>> consumer, ThrowingConsumer<T> handler) Adds a consumer-task that is dependant on a future arrival of an object.