Uses of Interface
com.github.tadukoo.util.functional.consumer.ThrowingConsumer3
Packages that use 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
Methods in com.github.tadukoo.util.functional.consumer that return ThrowingConsumer3Modifier 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.Methods in com.github.tadukoo.util.functional.consumer with parameters of type ThrowingConsumer3