StreamClosure
Interface for closures that are called after streaming completes.
Implementations receive the Report from the DataFrame execution.
Methods
- onComplete() : void
Methods
onComplete()
public
onComplete(Report|null $report) : void
Parameters
- $report : Report|null