Package csw.params.commands
Class Sequence$
java.lang.Object
csw.params.commands.Sequence$
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionapply
(SequenceCommand command, scala.collection.immutable.Seq<SequenceCommand> commands) create
(List<SequenceCommand> commands) Create a Sequence model from a list ofSequenceCommand
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Sequence$
public Sequence$()
-
-
Method Details
-
apply
public Sequence apply(SequenceCommand command, scala.collection.immutable.Seq<SequenceCommand> commands) -
create
Create a Sequence model from a list ofSequenceCommand
- Parameters:
commands
- (undocumented)- Returns:
- (undocumented)
-