Uses of Interface
org.lambda.functions.Function1WithException
Packages that use Function1WithException
-
Uses of Function1WithException in org.lambda.functions
Methods in org.lambda.functions with parameters of type Function1WithExceptionModifier and TypeMethodDescriptionstatic <In,Out> Function1<In, Out> Functions.unchecked(Function1WithException<In, Out> function)