TransformingContainer
class TransformingContainer(container: Container<Resource>, transformers: List<EntryTransformer>) : Container<Resource>
Transforms the resources' content of a child fetcher using a list of EntryTransformer functions.
Properties
Functions
Link copied to clipboard
inline suspend fun <S> Container<Readable>.readDecodeOrNull(url: Url, decode: (ByteArray) -> Try<S, DecodeError>): S?