Dart SDK
dart:core
Set
removeWhere
removeWhere
Dart SDK
dart:core
Set
removeWhere
abstract method
removeWhere
Source
Dart SDK
dart:core
Set
Constructors
Set
from
identity
Properties
iterator
first
hashCode
isEmpty
isNotEmpty
last
length
runtimeType
single
Operators
operator ==
Methods
add
addAll
clear
contains
containsAll
difference
intersection
lookup
remove
removeAll
removeWhere
retainAll
retainWhere
toSet
union
any
elementAt
every
expand
firstWhere
fold
forEach
join
lastWhere
map
noSuchMethod
reduce
singleWhere
skip
skipWhile
take
takeWhile
toList
toString
where
void
removeWhere
(
bool
test
(
E
element
)
)
Removes all elements of this set that satisfy
test
.
Source
void removeWhere(bool test(E element));