Packages

case class Group(tags: List[String], tag: String, type: PipelineExprType) extends Transform with Product with Serializable

Rename Inputs into groups

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Group
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Transform
  7. PipelineExpr
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Group(tags: List[String], tag: String, type: PipelineExprType)

Value Members

  1. val tag: String
  2. val tags: List[String]
  3. val type: PipelineExprType
    Definition Classes
    GroupPipelineExpr
  4. def ~(other: Option[PipelineExpr]): PipelineConstructor
    Definition Classes
    PipelineExpr
  5. def ~(other: PipelineExpr): PipelineConstructor
    Definition Classes
    PipelineExpr