Uses of Interface
org.lambda.functions.Function9WithException
Packages that use Function9WithException
-
Uses of Function9WithException in org.lambda.functions
Methods in org.lambda.functions with parameters of type Function9WithExceptionModifier and TypeMethodDescriptionstatic <In1,In2, In3, In4, In5, In6, In7, In8, In9, Out>
Function9<In1,In2, In3, In4, In5, In6, In7, In8, In9, Out> Functions.unchecked(Function9WithException<In1, In2, In3, In4, In5, In6, In7, In8, In9, Out> function)