AsyncLazyDecoder extension

on

Methods

decodeFuture<T>({Decodable<T>? using}) Future<T>

Available on LazyDecoder, provided by the AsyncLazyDecoder extension

Decodes a Future of T using the provided Decodable.
decodeStream<T>({Decodable<T>? using}) Stream<T>

Available on LazyDecoder, provided by the AsyncLazyDecoder extension

Decodes a Stream of T using the provided Decodable.