It

final case class It[A](token: Int) extends Pattern[A]

A glue element to make map and flatMap work.

A glue element to make map and flatMap work.

trait Serializable
class Pattern[A]
trait Pat[A]
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

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