Uses of Interface
org.lambda.functions.Function3
Packages that use Function3
-
Uses of Function3 in org.lambda.functions
Methods in org.lambda.functions that return Function3Modifier and TypeMethodDescriptionstatic <In1,In2, In3, Out>
Function3<In1,In2, In3, Out> Functions.unchecked(Function3WithException<In1, In2, In3, Out> function)