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
Show all
Self type

Members list

Value members

Concrete methods

def andThenModify[V](f2: PathLazyModify[U, V]): PathLazyModify[T, V]
def setTo(v: U): T => T

Attributes

def setToIf(condition: Boolean)(v: => U): T => T
def setToIfDefined(v: Option[U]): T => T
def using(mod: U => U): T => T

Attributes

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