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