selectAll abstract method

void selectAll(
  1. Iterable<T> values
)

Adds all values to the list of selected items that were not previously selected. Will only emit a changes event for values that were actually added.

Implementation

void selectAll(Iterable<T> values);