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