DATA
- transformable data type.RESULT
- type of result produced by a successful inflector data transformation.public interface Inflector<DATA,RESULT>
Modifier and Type | Method and Description |
---|---|
RESULT |
apply(DATA data)
Transform data of a given type into a result of the different type.
|
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.