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