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