Uses of Interface
org.apache.juneau.commons.function.ThrowingConsumer3
Packages that use ThrowingConsumer3
Package
Description
Functional programming utilities including enhanced function interfaces, consumers, suppliers,
tuples, and exception-handling variants.
-
Uses of ThrowingConsumer3 in org.apache.juneau.commons.function
Methods in org.apache.juneau.commons.function that return ThrowingConsumer3Modifier and TypeMethodDescriptiondefault ThrowingConsumer3<A,B, C> ThrowingConsumer3.andThen(ThrowingConsumer3<? super A, ? super B, ? super C> after) Returns a composedThrowingConsumer3that performs, in sequence, this operation followed by theafteroperation.Methods in org.apache.juneau.commons.function with parameters of type ThrowingConsumer3Modifier and TypeMethodDescriptiondefault ThrowingConsumer3<A,B, C> ThrowingConsumer3.andThen(ThrowingConsumer3<? super A, ? super B, ? super C> after) Returns a composedThrowingConsumer3that performs, in sequence, this operation followed by theafteroperation.