Uses of Class
org.scijava.ops.api.OpBuilder.Arity11_IT_OT
-
-
Uses of OpBuilder.Arity11_IT_OT in org.scijava.ops.api
Methods in org.scijava.ops.api that return OpBuilder.Arity11_IT_OT Modifier and Type Method Description <O> OpBuilder.Arity11_IT_OT<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,O>OpBuilder.Arity11_IT_OU. outType(Class<O> outType)Matches with this builder will use the indicated output class.<O> OpBuilder.Arity11_IT_OT<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,O>OpBuilder.Arity11_IT_OU. outType(Nil<O> outType)Matches with this builder will use the output type of the indicatedNil's generic parameter.
-