Uses of Interface
org.scijava.function.Functions.Arity16
-
-
Uses of Functions.Arity16 in org.scijava.function
Methods in org.scijava.function that return Functions.Arity16 Modifier and Type Method Description default <O2> Functions.Arity16<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,O2>Functions.Arity16. 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.Arity16 Modifier and Type Method Description static <O> Functions.ArityN<O>Functions. nary(Functions.Arity16<?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,O> f)Converts aFunctions.Arity16to aFunctions.ArityN.
-