Uses of Interface
org.apache.juneau.commons.function.Consumer3
Packages that use Consumer3
Package
Description
Functional programming utilities including enhanced function interfaces, consumers, suppliers,
tuples, and exception-handling variants.
-
Uses of Consumer3 in org.apache.juneau.commons.function
Subinterfaces of Consumer3 in org.apache.juneau.commons.functionModifier and TypeInterfaceDescriptioninterfaceThrowingConsumer3<A,B, C> A functional interface representing an operation that accepts three arguments, returns no result, and may throw a checked exception.Methods in org.apache.juneau.commons.function that return Consumer3Modifier and TypeMethodDescriptionReturns a composedConsumer3that performs, in sequence, this operation followed by theafteroperation.Methods in org.apache.juneau.commons.function with parameters of type Consumer3