scalus.prelude.AssocMap
See theAssocMap companion class
object AssocMap
Attributes
Members list
Type members
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Givens
Givens
Extensions
Deprecated extensions
extension [A, B](self: AssocMap[A, B])(implicit evidence$1: () => A)
Optionally returns the value associated with a key.
Optionally returns the value associated with a key.
Value parameters
- key
-
the key value
Attributes
- Returns
-
an option value containing the value associated with
key
in this map, orNone
if none exists.
In this article