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