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