Container
A container provides access to a list of Readable entries.
Inheritors
Properties
Functions
Link copied to clipboard
inline suspend fun <S> Container<Readable>.readDecodeOrNull(url: Url, decode: (ByteArray) -> Try<S, DecodeError>): S?