Uses of Interface
com.github.tadukoo.util.functional.consumer.ThrowingConsumer5
Packages that use ThrowingConsumer5
Package
Description
Contains Functional interfaces for Consumers that are not present in default Java.
-
Uses of ThrowingConsumer5 in com.github.tadukoo.util.functional.consumer
Methods in com.github.tadukoo.util.functional.consumer that return ThrowingConsumer5Modifier and TypeMethodDescriptionThrowingConsumer5.andThen
(ThrowingConsumer5<? super A, ? super B, ? super C, ? super D, ? super E, ? extends T> after) Creates a ThrowingConsumer5 that runs this ThrowingConsumer5 and then also runs the given ThrowingConsumer5 on the same arguments.Methods in com.github.tadukoo.util.functional.consumer with parameters of type ThrowingConsumer5