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 © 2004–2022 The Apache Software Foundation. All rights reserved.