Module datarush.library
Interface PeriodValuedIterator
-
- All Superinterfaces:
PeriodValued
,ScalarTyped
,ScalarValued
,ScalarValuedIterator
,TokenTyped
,TokenValued
,TokenValuedIterator
public interface PeriodValuedIterator extends PeriodValued, ScalarValuedIterator
AScalarValuedIterator
over period values.
-
-
Method Summary
-
Methods inherited from interface com.pervasive.datarush.tokens.scalar.PeriodValued
asPeriod, getDays, getMonths, getYears
-
Methods inherited from interface com.pervasive.datarush.tokens.scalar.ScalarValued
isZero
-
Methods inherited from interface com.pervasive.datarush.sequences.scalar.ScalarValuedIterator
getType
-
Methods inherited from interface com.pervasive.datarush.tokens.TokenValued
isNull
-
Methods inherited from interface com.pervasive.datarush.sequences.TokenValuedIterator
getAbsoluteIndex, resetIteration, stepNext
-
-