AsAsyncCodable<T> extension

on

Methods

future() Codable<Future<T>>

Available on Codable<T>, provided by the AsAsyncCodable extension

Returns a Codable that can encode and decode a future of T.
stream() LazyCodable<Stream<T>>

Available on Codable<T>, provided by the AsAsyncCodable extension

Returns a Codable that can encode and decode a stream of T.