Uses of Interface
org.apache.juneau.commons.function.Function5
Packages that use Function5
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 Function5 in org.apache.juneau.commons.collections
Methods in org.apache.juneau.commons.collections with parameters of type Function5 -
Uses of Function5 in org.apache.juneau.commons.function
Subinterfaces of Function5 in org.apache.juneau.commons.functionModifier and TypeInterfaceDescriptioninterfaceThrowingFunction5<A,B, C, D, E, R> A functional interface representing a function that accepts five arguments, produces a result, and may throw a checked exception.Methods in org.apache.juneau.commons.function that return Function5