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