Replacement

final case class Replacement[A](tokenRegex: String, replaceToken: String => Option[A => String])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def contramap[B](f: B => A): Replacement[B]
def contramapO[B](f: B => Option[A]): Replacement[B]

Inherited methods

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