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