StreamEitherBuilder<E, A> constructor

const StreamEitherBuilder<E, A>(
  1. StreamEither<E, A> _f
)

Implementation

const StreamEitherBuilder(this._f);