stream method

Encodable<Stream<T>> stream()

Returns an Encodable that can encode a stream of T.

Implementation

Encodable<Stream<T>> stream() => StreamEncodable<T>(this);