final case class ProcessRepeatedElement(parseElement: ParserOp, min: Int, max: Option[Int]) extends ParserOp with Product with Serializable
Pushes the last result to the top chunk builder. If the last result was successful, repush the element parser and itself. If the last result is a failure, finish building the result and check the min/max constraints.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProcessRepeatedElement
- Serializable
- Product
- Equals
- ParserOp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected