output<TOutput extends Object> method

void output<TOutput extends Object>(
  1. TOutput output
)

Simulates producing an output of type TOutput, invoking any matching output callbacks.

Implementation

void output<TOutput extends Object>(TOutput output) =>
    super.receiveOutput<TOutput>(output);