In - the input typeOut - the output typepublic interface PunchOutProcessingAction<In,Out>
| Modifier and Type | Method and Description |
|---|---|
void |
process(In input,
Out output)
Processes the input and populates the output.
|
Copyright © 2018 SAP SE. All Rights Reserved.