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