callback property

Callback1<T> callback
final

The callback to be evaluated when the stream triggers.

Implementation

final Callback1<T> callback;