output abstract method

void output(
  1. FlowOperation flowResult
)

Outputs the flowResult to the console or other output medium.

Implementation

void output(FlowOperation flowResult);