StreamOptionBuilder<A> constructor

const StreamOptionBuilder<A>(
  1. StreamOption<A> _f
)

Implementation

const StreamOptionBuilder(this._f);