Z
- The type of the resource that will be transcoded from.R
- The type of the resource that will be transcoded to.public interface ResourceTranscoder<Z,R>
Modifier and Type | Method and Description |
---|---|
Resource<R> |
transcode(Resource<Z> toTranscode)
Transcodes the given resource to the new resource type and returns the new resource.
|