Sets<E> extension
Provides functions for working with Sets.
- on
-
- Set<
E>
- Set<
Methods
-
replaceAll(
void function(bool replace(E element), E element)) → void -
Replaces elements using
function
.
Provides functions for working with Sets.
function
.