menu
dartkit2 package
documentation
dartkit.dart
DkListOtherExt<E>
removeIf method
removeIf method
dark_mode
light_mode
removeIf
method
void
removeIf
(
bool
test
(
E
it
)
)
移除符合条件的元素
Implementation
void removeIf(bool Function(E it) test) => removeWhere(test);
dartkit2 package
documentation
dartkit
DkListOtherExt<E>
removeIf method
DkListOtherExt extension on
List
<
E
>