AppliedAtOfMapLikeOps

final case class AppliedAtOfMapLikeOps[M[_, _], K, V](map: M[K, V]) extends AnyVal
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def at(k: K)(implicit ev: At[M[K, V], K, V]): AppliedLens[M[K, V], Option[V]]

traverse a value at a given key of a map like data structure of M[K, V]

traverse a value at a given key of a map like data structure of M[K, V]

Inherited methods

Inherited from:
Product