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