Uses of Interface
org.apache.juneau.commons.function.Function4
Packages that use Function4
Package
Description
Enhanced collection utilities that extend the standard Java Collections Framework with fluent APIs,
specialized collection types, and caching capabilities.
Functional programming utilities including enhanced function interfaces, consumers, suppliers,
tuples, and exception-handling variants.
-
Uses of Function4 in org.apache.juneau.commons.collections
Methods in org.apache.juneau.commons.collections with parameters of type Function4 -
Uses of Function4 in org.apache.juneau.commons.function
Subinterfaces of Function4 in org.apache.juneau.commons.functionModifier and TypeInterfaceDescriptioninterfaceThrowingFunction4<A,B, C, D, R> A functional interface representing a function that accepts four arguments, produces a result, and may throw a checked exception.Methods in org.apache.juneau.commons.function that return Function4