A - argument type to transform fromR - result type to transform topublic interface Transformer<A,R>
Transformer.| Modifier and Type | Method and Description |
|---|---|
R |
transform(A argument)
Transforms the input object (leaving it unchanged) into some output object.
|
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"