Uses of Class
org.scijava.ops.api.OpBuilder.Arity0_OT
-
-
Uses of OpBuilder.Arity0_OT in org.scijava.ops.api
Methods in org.scijava.ops.api that return OpBuilder.Arity0_OT Modifier and Type Method Description <O> OpBuilder.Arity0_OT<O>OpBuilder. outType(Class<O> outType)Matches with this builder will use the indicated output class.<O> OpBuilder.Arity0_OT<O>OpBuilder. outType(Nil<O> outType)Matches with this builder will use the output type of the indicatedNil's generic parameter.
-