case class Group(tags: List[String], tag: String, type: PipelineExprType) extends Transform with Product with Serializable
Rename Inputs into groups
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Group
- Serializable
- Serializable
- Product
- Equals
- Transform
- PipelineExpr
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Group(tags: List[String], tag: String, type: PipelineExprType)
Value Members
- val tag: String
- val tags: List[String]
-
val
type: PipelineExprType
- Definition Classes
- Group → PipelineExpr
-
def
~(other: Option[PipelineExpr]): PipelineConstructor
- Definition Classes
- PipelineExpr
-
def
~(other: PipelineExpr): PipelineConstructor
- Definition Classes
- PipelineExpr