pip_services3_commons
pip_services3_commons
StringValueMap
removeWhere method
removeWhere
pip_services3_commons
pip_services3_commons
StringValueMap
removeWhere method
StringValueMap class
Constructors
StringValueMap
fromJson
Properties
keys
entries
hashCode
isEmpty
isNotEmpty
length
runtimeType
values
Methods
append
clear
clone
fromJson
get
getAsArray
getAsArrayWithDefault
getAsBoolean
getAsBooleanWithDefault
getAsDateTime
getAsDateTimeWithDefault
getAsDouble
getAsDoubleWithDefault
getAsDuration
getAsDurationWithDefault
getAsFloat
getAsFloatWithDefault
getAsInteger
getAsIntegerWithDefault
getAsLong
getAsLongWithDefault
getAsMap
getAsMapWithDefault
getAsNullableArray
getAsNullableBoolean
getAsNullableDateTime
getAsNullableDouble
getAsNullableDuration
getAsNullableFloat
getAsNullableInteger
getAsNullableLong
getAsNullableMap
getAsNullableString
getAsNullableType
getAsObject
getAsString
getAsStringWithDefault
getAsType
getAsTypeWithDefault
getAsValue
getKeys
getValue
innerValue
put
remove
setAsObject
toJson
toString
addAll
addEntries
cast
containsKey
containsValue
forEach
map
noSuchMethod
putIfAbsent
removeWhere
update
updateAll
Operators
operator []
operator []=
operator ==
Static methods
fromMaps
fromString
fromTuples
fromTuplesArray
fromValue
description
removeWhere
method
void
removeWhere
(
bool
test
(
String
key
String
value
)
)
inherited
Removes all entries of this map that satisfy the given
predicate
.