Uses of Interface
org.lambda.functions.Function3WithException
Packages that use Function3WithException
-
Uses of Function3WithException in org.lambda.functions
Methods in org.lambda.functions with parameters of type Function3WithExceptionModifier and TypeMethodDescriptionstatic <In1,In2, In3, Out>
Function3<In1,In2, In3, Out> Functions.unchecked(Function3WithException<In1, In2, In3, Out> function)