Getter

@FunctionalInterface
trait Getter[S, A]
Companion:
object
class Object
trait Matchable
class Any
trait Lens[S, A]
Getter[S, A]

Value members

Abstract methods

def get(s: S): A

Concrete methods

def composeGetter[T](other: Getter[T, S]): Getter[T, A]