Uses of Interface
org.apache.juneau.commons.function.Consumer4
Packages that use Consumer4
Package
Description
Marshalling API
Functional programming utilities including enhanced function interfaces, consumers, suppliers,
tuples, and exception-handling variants.
-
Uses of Consumer4 in org.apache.juneau
Subinterfaces of Consumer4 in org.apache.juneauModifier and TypeInterfaceDescriptioninterfaceRepresents a consumer of a single bean property value. -
Uses of Consumer4 in org.apache.juneau.commons.function
Subinterfaces of Consumer4 in org.apache.juneau.commons.functionModifier and TypeInterfaceDescriptioninterfaceThrowingConsumer4<A,B, C, D> A functional interface representing an operation that accepts four arguments, returns no result, and may throw a checked exception.Methods in org.apache.juneau.commons.function that return Consumer4Modifier and TypeMethodDescriptionReturns a composedConsumer4that performs, in sequence, this operation followed by theafteroperation.Methods in org.apache.juneau.commons.function with parameters of type Consumer4