Lens

trace4cats.optics.Lens
See theLens companion trait
object Lens

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Lens.type

Members list

Value members

Concrete methods

def apply[S, A](_get: S => A)(_set: A => S => S): Lens[S, A]

Implicits

Implicits

implicit def id[A]: Lens[A, A]