LensOps

final case class LensOps[S](s: S) extends AnyVal
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def focus[A](lens: Lens[S, A]): Store[A, S]
def set[A](a: A)(implicit lens: Lens[S, A]): S

Inherited methods

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