KeyZRefSyntax

class KeyZRefSyntax[EA >: EB, EB >: OpticFailure, K, V](self: ZRef[EA, EB, Map[K, V], Map[K, V]])

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

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

class Object
trait Matchable
class Any

Value members

Concrete methods

def key(k: K): ZRef[EA, EB, V, V]

Accesses the value at the specified key in a map.

Accesses the value at the specified key in a map.