type
methods
_id | |
---|---|
each |
Iterate through the name/value pairs |
eachWhile |
Iterate through the name/value pairs until the given function returns non-null, then break the iteration and return resulting object. |
get |
Get the value for the given name or |
has |
Return true if this dictionary contains given name |
isEmpty |
Return if the there are no name/value pairs |
map |
Create a new instance of this dict with the same names, but apply the specified closure to generate new values. |
missing |
Return true if this dictionary does not contain given name |
trap |
Get the value mapped by the given name. |
Slot Details
_id
abstract Ref _id()
each
eachWhile
get
has
isEmpty
abstract Bool isEmpty()
Return if the there are no name/value pairs