Uses of Interface
de.marcely.bedwars.tools.ThrowingConsumer
-
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.