T - the type of assetsI - the input APIO - the output APIpublic interface Transform<T extends Asset,I,O>
Assets.O apply(T asset, I input) throws Exception
asset - the assetinput - the instance of the input APIException - if the transform could not be appliedCopyright © 2014. All Rights Reserved.