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