public class CustomDerivedToDerivedFunction extends Object implements Function<CustomDerivedObject,CustomDerivedObject>
| Constructor and Description |
|---|
CustomDerivedToDerivedFunction() |
| Modifier and Type | Method and Description |
|---|---|
CustomDerivedObject |
process(CustomDerivedObject input,
Context context) |
public CustomDerivedObject process(CustomDerivedObject input, Context context)
process in interface Function<CustomDerivedObject,CustomDerivedObject>Copyright © 2017–2022 Apache Software Foundation. All rights reserved.