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