set abstract method

void set(
  1. T value
)

Sets the value managed by this lens.

Implementation

void set(T value);