Uses of Interface
org.lambda.functions.Function6WithException
Packages that use Function6WithException
-
Uses of Function6WithException in org.lambda.functions
Methods in org.lambda.functions with parameters of type Function6WithExceptionModifier 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)