setValue abstract method

void setValue(
  1. T value
)

Sets a new value.

Implementation

void setValue(T value);