PathLazyModify

com.softwaremill.quicklens.package$.PathLazyModify
case class PathLazyModify[T, U](doModify: (T, U => U) => T)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def setTo(v: U): T => T
def setToIf(condition: Boolean)(v: => U): T => T
def setToIfDefined(v: Option[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]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product