Uses of Interface
org.apache.juneau.commons.function.ThrowingConsumer4
Packages that use ThrowingConsumer4
Package
Description
Functional programming utilities including enhanced function interfaces, consumers, suppliers,
tuples, and exception-handling variants.
-
Uses of ThrowingConsumer4 in org.apache.juneau.commons.function
Methods in org.apache.juneau.commons.function that return ThrowingConsumer4Modifier and TypeMethodDescriptiondefault ThrowingConsumer4<A,B, C, D> Returns a composedThrowingConsumer4that performs, in sequence, this operation followed by theafteroperation.Methods in org.apache.juneau.commons.function with parameters of type ThrowingConsumer4Modifier and TypeMethodDescriptiondefault ThrowingConsumer4<A,B, C, D> Returns a composedThrowingConsumer4that performs, in sequence, this operation followed by theafteroperation.