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