Module org.scijava.ops.api
Package org.scijava.ops.api
Class OpBuilder.Arity12_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12>
- java.lang.Object
-
- org.scijava.ops.api.OpBuilder.Arity12_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12>
-
- Type Parameters:
I1- The type of input 1.I2- The type of input 2.I3- The type of input 3.I4- The type of input 4.I5- The type of input 5.I6- The type of input 6.I7- The type of input 7.I8- The type of input 8.I9- The type of input 9.I10- The type of input 10.I11- The type of input 11.I12- The type of input 12.
- Enclosing class:
- OpBuilder
public final class OpBuilder.Arity12_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12> extends Object
Builder with arity 12, input type given, output unspecified.- Author:
- Curtis Rueden
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Functions.Arity12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,?>function()Match aFunctionsop based on the choices made with this builder.Stringhelp()Finds all Ops matching the current partial OpBuilder requestStringhelpVerbose()Finds all Ops matching the current partial OpBuilder requestInplaces.Arity12_1<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12>inplace1()Match anInplacesop, based on the choices made with this builder, to mutate the 1st parameter.Inplaces.Arity12_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12>inplace10()Match anInplacesop, based on the choices made with this builder, to mutate the 10th parameter.Inplaces.Arity12_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12>inplace11()Match anInplacesop, based on the choices made with this builder, to mutate the 11th parameter.Inplaces.Arity12_12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12>inplace12()Match anInplacesop, based on the choices made with this builder, to mutate the 12th parameter.Inplaces.Arity12_2<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12>inplace2()Match anInplacesop, based on the choices made with this builder, to mutate the 2nd parameter.Inplaces.Arity12_3<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12>inplace3()Match anInplacesop, based on the choices made with this builder, to mutate the 3rd parameter.Inplaces.Arity12_4<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12>inplace4()Match anInplacesop, based on the choices made with this builder, to mutate the 4th parameter.Inplaces.Arity12_5<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12>inplace5()Match anInplacesop, based on the choices made with this builder, to mutate the 5th parameter.Inplaces.Arity12_6<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12>inplace6()Match anInplacesop, based on the choices made with this builder, to mutate the 6th parameter.Inplaces.Arity12_7<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12>inplace7()Match anInplacesop, based on the choices made with this builder, to mutate the 7th parameter.Inplaces.Arity12_8<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12>inplace8()Match anInplacesop, based on the choices made with this builder, to mutate the 8th parameter.Inplaces.Arity12_9<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12>inplace9()Match anInplacesop, based on the choices made with this builder, to mutate the 9th parameter.<O> OpBuilder.Arity12_IT_OT<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,O>outType(Class<O> outType)Matches with this builder will use the indicated output class.<O> OpBuilder.Arity12_IT_OT<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,O>outType(Nil<O> outType)Matches with this builder will use the output type of the indicatedNil's generic parameter.
-
-
-
Method Detail
-
outType
public <O> OpBuilder.Arity12_IT_OT<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,O> outType(Class<O> outType)
Matches with this builder will use the indicated output class.
-
outType
public <O> OpBuilder.Arity12_IT_OT<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,O> outType(Nil<O> outType)
Matches with this builder will use the output type of the indicatedNil's generic parameter.
-
function
public Functions.Arity12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,?> function()
Match aFunctionsop based on the choices made with this builder.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
To specify the output type without providing a concrete instance.,To specify the output type, preserving its generic parameters.,For a reusable Op that modifies a provided input parameter in-place.
-
inplace1
public Inplaces.Arity12_1<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12> inplace1()
Match anInplacesop, based on the choices made with this builder, to mutate the 1st parameter.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op that generates output instances based on its inputs.,To specify the output type without providing a concrete instance.,To specify the output type, preserving its generic parameters.
-
inplace2
public Inplaces.Arity12_2<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12> inplace2()
Match anInplacesop, based on the choices made with this builder, to mutate the 2nd parameter.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op that generates output instances based on its inputs.,To specify the output type without providing a concrete instance.,To specify the output type, preserving its generic parameters.
-
inplace3
public Inplaces.Arity12_3<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12> inplace3()
Match anInplacesop, based on the choices made with this builder, to mutate the 3rd parameter.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op that generates output instances based on its inputs.,To specify the output type without providing a concrete instance.,To specify the output type, preserving its generic parameters.
-
inplace4
public Inplaces.Arity12_4<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12> inplace4()
Match anInplacesop, based on the choices made with this builder, to mutate the 4th parameter.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op that generates output instances based on its inputs.,To specify the output type without providing a concrete instance.,To specify the output type, preserving its generic parameters.
-
inplace5
public Inplaces.Arity12_5<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12> inplace5()
Match anInplacesop, based on the choices made with this builder, to mutate the 5th parameter.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op that generates output instances based on its inputs.,To specify the output type without providing a concrete instance.,To specify the output type, preserving its generic parameters.
-
inplace6
public Inplaces.Arity12_6<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12> inplace6()
Match anInplacesop, based on the choices made with this builder, to mutate the 6th parameter.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op that generates output instances based on its inputs.,To specify the output type without providing a concrete instance.,To specify the output type, preserving its generic parameters.
-
inplace7
public Inplaces.Arity12_7<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12> inplace7()
Match anInplacesop, based on the choices made with this builder, to mutate the 7th parameter.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op that generates output instances based on its inputs.,To specify the output type without providing a concrete instance.,To specify the output type, preserving its generic parameters.
-
inplace8
public Inplaces.Arity12_8<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12> inplace8()
Match anInplacesop, based on the choices made with this builder, to mutate the 8th parameter.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op that generates output instances based on its inputs.,To specify the output type without providing a concrete instance.,To specify the output type, preserving its generic parameters.
-
inplace9
public Inplaces.Arity12_9<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12> inplace9()
Match anInplacesop, based on the choices made with this builder, to mutate the 9th parameter.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op that generates output instances based on its inputs.,To specify the output type without providing a concrete instance.,To specify the output type, preserving its generic parameters.
-
inplace10
public Inplaces.Arity12_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12> inplace10()
Match anInplacesop, based on the choices made with this builder, to mutate the 10th parameter.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op that generates output instances based on its inputs.,To specify the output type without providing a concrete instance.,To specify the output type, preserving its generic parameters.
-
inplace11
public Inplaces.Arity12_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12> inplace11()
Match anInplacesop, based on the choices made with this builder, to mutate the 11th parameter.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op that generates output instances based on its inputs.,To specify the output type without providing a concrete instance.,To specify the output type, preserving its generic parameters.
-
inplace12
public Inplaces.Arity12_12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12> inplace12()
Match anInplacesop, based on the choices made with this builder, to mutate the 12th parameter.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op that generates output instances based on its inputs.,To specify the output type without providing a concrete instance.,To specify the output type, preserving its generic parameters.
-
help
public String help()
Finds all Ops matching the current partial OpBuilder request- Returns:
- a
Stringwith a simple entry for each Op satisfying the partial request
-
-