KeyPartiallyAppliedSyntax

class KeyPartiallyAppliedSyntax[GetError >: OpticFailure, SetError >: GetError, Key, Value, Whole](self: Optic[Any, Any, Map[Key, Value], GetError, SetError, Map[Key, Value], Whole])

Provides implicit syntax for accessing the value at the specified key in a map accessed by a partially applied optic.

Provides implicit syntax for accessing the value at the specified key in a map accessed by a partially applied optic.

class Object
trait Matchable
class Any

Value members

Concrete methods

final def key(k: Key): Optic[Any, Any, Value, GetError, SetError, Value, Whole]

Accesses the value at the specified key in a map.

Accesses the value at the specified key in a map.