TMapOpticsSyntax

final class TMapOpticsSyntax[K, V](map: TMap[K, V])

Provides implicit syntax accessing the value at the specified key in a TMap.

Provides implicit syntax accessing the value at the specified key in a TMap.

class Object
trait Matchable
class Any

Value members

Concrete methods

def key(k: K): OptionalPartiallyApplied[TMap[K, V], V]

Accesses the value at the specified key.

Accesses the value at the specified key.