select abstract method

bool select(
  1. T value
)

Adds value to list of selected items.

Returns true if value was not previously selected.

Implementation

bool select(T value);