lens

doobie.util.lens
object lens

Attributes

Source
lens.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
lens.type

Members list

Type members

Classlikes

final case class Lens[A, B](get: A => B, set: (A, B) => A)

Attributes

Source
lens.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Types

type @>[A, B] = Lens[A, B]

Attributes

Source
lens.scala