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