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