Uses of Interface
org.scijava.function.Functions.Arity4
-
-
Uses of Functions.Arity4 in org.scijava.function
Methods in org.scijava.function that return Functions.Arity4 Modifier and Type Method Description default <O2> Functions.Arity4<I1,I2,I3,I4,O2>Functions.Arity4. andThen(Function<? super O,? extends O2> after)Returns a composed function that first applies this function to its input, and then applies theafterfunction to the result.Methods in org.scijava.function with parameters of type Functions.Arity4 Modifier and Type Method Description static <O> Functions.ArityN<O>Functions. nary(Functions.Arity4<?,?,?,?,O> f)Converts aFunctions.Arity4to aFunctions.ArityN.
-