emitOne abstract method

void emitOne(
  1. T value
)

Emits a value

Implementation

void emitOne(T value);