Uses of Interface
com.github.tadukoo.util.functional.consumer.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
Modifier 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.