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