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