Uses of Interface
de.marcely.bedwars.tools.ThrowingConsumer
Packages that use ThrowingConsumer
Package
Description
Various helper classes that can be used to make life a lot easier.
- 
Uses of ThrowingConsumer in de.marcely.bedwars.toolsMethods in de.marcely.bedwars.tools that return ThrowingConsumerModifier and TypeMethodDescriptiondefault ThrowingConsumer<T> ThrowingConsumer.andThen(ThrowingConsumer<? super T> after) Returns a composedThrowingConsumerthat performs, in sequence, this operation followed by theafteroperation.Methods in de.marcely.bedwars.tools with parameters of type ThrowingConsumerModifier and TypeMethodDescriptiondefault ThrowingConsumer<T> ThrowingConsumer.andThen(ThrowingConsumer<? super T> after) Returns a composedThrowingConsumerthat performs, in sequence, this operation followed by theafteroperation.protected ExecutionChainExecutionChain.chain(ThrowingConsumer<Runnable> runn) <T> ExecutionChainExecutionChain.thenConsumer(ThrowingConsumer<Consumer<T>> consumer, ThrowingConsumer<T> handler) Adds a consumer-task that is dependant on a future arrival of an object.