PathLazyModify

case class PathLazyModify[T, U](doModify: (T, U => U) => T)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def setTo(v: U): T => T
def setToIf(condition: Boolean)(v: => U): T => T
def using(mod: U => U): T => T
def usingIf(condition: Boolean)(mod: U => U): T => T

Inherited methods

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