next abstract method

void next(
  1. T value
)

Pass a value to the observer.

Implementation

void next(T value);