A
- argument type to transform fromR
- result type to transform topublic interface Transformer<A,R>
org.apache.commons.collections.Transformer
.Modifier and Type | Method and Description |
---|---|
R |
transform(A argument)
Transforms the input object (leaving it unchanged) into some output object.
|
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.