Getter_

object Getter_
Companion:
class
class Object
trait Matchable
class Any
Getter_.type

Value members

Concrete methods

final def apply[S, T, A, B](f: S => A): Getter_[S, T, A, B]

create a polymorphic Getter_ from a getter function

create a polymorphic Getter_ from a getter function

final def id[S, T]: Getter_[S, T, S, T]

polymorphic identity of a Getter_

polymorphic identity of a Getter_