Uses of Interface
org.lambda.functions.Function5
Packages that use Function5
-
Uses of Function5 in org.lambda.functions
Methods in org.lambda.functions that return Function5Modifier and TypeMethodDescriptionstatic <In1,In2, In3, In4, In5, Out>
Function5<In1,In2, In3, In4, In5, Out> Functions.unchecked(Function5WithException<In1, In2, In3, In4, In5, Out> function)