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