writeValue abstract method

void writeValue(
  1. T obj
)

Write a new value to the element.

Implementation

void writeValue(T obj);