object ZCurveKeyIndexMethod extends ZCurveKeyIndexMethod
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZCurveKeyIndexMethod
- ZCurveKeyIndexMethod
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def byDay(): KeyIndexMethod[SpaceTimeKey]
- def byDays(days: Int): KeyIndexMethod[SpaceTimeKey]
- def byHour(): KeyIndexMethod[SpaceTimeKey]
- def byHours(hours: Int): KeyIndexMethod[SpaceTimeKey]
- def byMilliseconds(millis: Long): KeyIndexMethod[SpaceTimeKey]
- def byMinute(): KeyIndexMethod[SpaceTimeKey]
- def byMinutes(minutes: Int): KeyIndexMethod[SpaceTimeKey]
- def byMonth(): KeyIndexMethod[SpaceTimeKey]
- def byMonths(months: Int): KeyIndexMethod[SpaceTimeKey]
- def bySecond(): KeyIndexMethod[SpaceTimeKey]
- def bySeconds(seconds: Int): KeyIndexMethod[SpaceTimeKey]
- def byYear(): KeyIndexMethod[SpaceTimeKey]
- def byYears(years: Int): KeyIndexMethod[SpaceTimeKey]
- implicit def spatialKeyIndexMethod(m: ZCurveKeyIndexMethod): KeyIndexMethod[SpatialKey]