next abstract method

void next(
  1. T value
)

Called by the framework when a new item is available.

Implementation

void next(T value);