Tokens

final case class Tokens[A](tokens: A, replacements: List[Replacement[A]])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def xmap[B](f: A => B)(g: B => A): Tokens[B]

Inherited methods

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