Uses of Interface
com.github.tadukoo.util.functional.consumer.ThrowingConsumer
Package
Description
Contains Functional interfaces for Consumers that are not present in default Java.
-
Uses of ThrowingConsumer in com.github.tadukoo.util.functional.consumer
Modifier and TypeMethodDescriptiondefault ThrowingConsumer<A,
T> ThrowingConsumer.andThen
(ThrowingConsumer<? super A, ? extends T> after) Creates a ThrowingConsumer that runs this ThrowingConsumer and then also runs the given ThrowingConsumer on the same argument.Modifier and TypeMethodDescriptiondefault ThrowingConsumer<A,
T> ThrowingConsumer.andThen
(ThrowingConsumer<? super A, ? extends T> after) Creates a ThrowingConsumer that runs this ThrowingConsumer and then also runs the given ThrowingConsumer on the same argument.