| Modifier and Type | Method and Description |
|---|---|
static <T extends Asset,A1,A2> |
adapt(Importer<T,A1> importer,
Transform<T,A1,A2> transform)
|
Class<A2> |
api()
Return the bound API.
|
A2 |
retrieve(T asset)
Returns the content of a given asset under the bound API.
|
Type<? extends T> |
type()
Returns the bound type.
|
public static <T extends Asset,A1,A2> Importer<T,A2> adapt(Importer<T,A1> importer, Transform<T,A1,A2> transform)
importer - the importertransform - the transformpublic Type<? extends T> type()
AccessorCopyright © 2018. All rights reserved.