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