AppliedLensSyntax

final case class AppliedLensSyntax[S, A](self: AppliedLens[S, A]) extends AnyVal
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def at[I, A1](i: I)(evAt: At[A, I, A1]): AppliedLens[S, A1]
def withDefault[A1](defaultValue: A1)(evOpt: A =:= Option[A1]): AppliedLens[S, A1]

Inherited methods

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