Interface UpdateBySpec
- All Known Implementing Classes:
CumMinMaxSpec,CumProdSpec,CumSumSpec,EmaSpec,FillBySpec
public interface UpdateBySpec
A Specification for an updateBy operation. Implementations of this are essentially tagging classes
for the underlying visitor classes to walk to produce a final operation.
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceUpdateBySpec.Visitor -
Method Summary
Modifier and Type Method Description Stringdescribe()Get a description of the operation requested.<V extends UpdateBySpec.Visitor>
Vwalk(V v)