public interface OperationParams
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
get(int operationIndex) |
java.lang.Object |
set(int operationIndex,
java.lang.Object result)
consume result for operation index
|
java.lang.Object[] get(int operationIndex)
java.lang.Object set(int operationIndex, java.lang.Object result)
operationIndex
- operation that was just performedresult
- result of the operation