stream method

Decodable<Stream<T>> stream()

Returns a Decodable object that can decode a stream of T.

Implementation

Decodable<Stream<T>> stream() => StreamDecodable<T>(this);