Getter

monocle.Getter$
See theGetter companion trait
object Getter extends GetterInstances

Attributes

Companion:
trait
Source:
Getter.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Getter.type

Members list

Concise view

Value members

Concrete methods

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

Attributes

Source:
Getter.scala

Deprecated methods

def codiagonal[A]: Getter[Either[A, A], A]

Attributes

Deprecated
[Since version 3.0.0-M4]
Source:
Getter.scala
def id[A]: Getter[A, A]

Attributes

Deprecated
[Since version 3.0.0-M2]
Source:
Getter.scala

Implicits

Implicits

implicit def getterSyntax[S, A](self: Getter[S, A]): GetterSyntax[S, A]

Attributes

Source:
Getter.scala

Inherited implicits

implicit val getterArrow: Arrow[Getter]

Attributes

Inherited from:
GetterInstances
Source:
Getter.scala
implicit val getterChoice: Choice[Getter]

Attributes

Inherited from:
GetterInstances0
Source:
Getter.scala
implicit def getterSemigroupal[S]: Semigroupal[[_] =>> Getter[S, _$5]]

Attributes

Inherited from:
GetterInstances
Source:
Getter.scala