~

case class ~[+A, +B](_1: A, _2: B)

Represents the combined value of two rules applied in sequence.

Represents the combined value of two rules applied in sequence.

See also

the Scala parser combinator

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toString: String
Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product