Uses of Interface
org.scijava.function.Producer
-
-
Uses of Producer in org.scijava.function
Methods in org.scijava.function with parameters of type Producer Modifier and Type Method Description static <O> Functions.ArityN<O>Functions. nary(Producer<O> f)Converts aProducerto aFunctions.ArityN.
-