KeyZRefMSyntax

class KeyZRefMSyntax[RA, RB, EA >: EB, EB >: OpticFailure, K, V](self: ZRefM[RA, RB, EA, EB, Map[K, V], Map[K, V]])

Provides implicit syntax for accessing the value at the specified key in a map in a ZRefM.

Provides implicit syntax for accessing the value at the specified key in a map in a ZRefM.

class Object
trait Matchable
class Any

Value members

Concrete methods

def key(k: K): ZRefM[RA & RB, RB, EA, EB, V, V]

Accesses the value at the specified key in a map.

Accesses the value at the specified key in a map.