output<TOutput extends Object> method
void
output<TOutput extends Object>(
- 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);