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