MapValue<S, T> extension
Properties
-
entries
→ Iterable<
MapEntry< S, T> > -
Available on Value<
Map< , provided by the MapValue extensionS, T> >no setter - isEmpty → bool
-
Available on Value<
Map< , provided by the MapValue extensionS, T> >no setter - isNotEmpty → bool
-
Available on Value<
Map< , provided by the MapValue extensionS, T> >no setter -
keys
→ Iterable<
S> -
Available on Value<
Map< , provided by the MapValue extensionS, T> >no setter - length → int
-
Available on Value<
Map< , provided by the MapValue extensionS, T> >no setter -
values
→ Iterable<
T> -
Available on Value<
Map< , provided by the MapValue extensionS, T> >no setter
Methods
-
cast<
RK, RV> () → Map< RK, RV> -
Available on Value<
Map< , provided by the MapValue extensionS, T> > -
containsKey(
S key) → bool -
Available on Value<
Map< , provided by the MapValue extensionS, T> > -
containsValue(
S value) → bool -
Available on Value<
Map< , provided by the MapValue extensionS, T> > -
forEach(
void action(S key, T value)) → void -
Available on Value<
Map< , provided by the MapValue extensionS, T> > -
map<
K2, V2> (MapEntry< K2, V2> convert(S key, T value)) → Map<K2, V2> -
Available on Value<
Map< , provided by the MapValue extensionS, T> >
Operators
-
operator [](
S key) → T? -
Available on Value<
Map< , provided by the MapValue extensionS, T> >