extended library

Classes

AsyncDecodable<R, T>
AsyncEncodable<R, T>
CompatKeyedDecoder
CompatMappedDecoder
ComposedDecodable1<T, A>
ComposedDecodable2<T, A, B>
CustomTypeDelegate<T>
Discriminator<T>
FutureCodable<T>
A Codable that can encode and decode a future of E.
FutureDecodable<T>
A Decodable implementation that can decode a future of T.
FutureEncodable<T>
An Encodable that can encode a future of T.
LazyCodable<T>
LazyDecodable<T>
LazyDecoder
LazyIteratedDecoder
LazyKeyedDecoder
Reference<T>
ReferenceDecodable<T>
StreamCodable<T>
A Codable implementation that can decode a stream of T.
StreamDecodable<T>
A Decodable implementation that can decode a stream of T.
StreamEncodable<T>
An Encodable that can encode a stream of T.
SuperDecodable<T>

Functions

isBounded<Type, Bound>() bool