Result<R> typedef

Result<R> = ValueStream<R>

A Stream that encapsulates the result of a computation.

Implementation

typedef Result<R> = ValueStream<R>;