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