implicit object Boundable extends Boundable[SpaceTimeKey]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Boundable
- Boundable
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
combine(b1: KeyBounds[SpaceTimeKey], b2: KeyBounds[SpaceTimeKey]): KeyBounds[SpaceTimeKey]
- Definition Classes
- Boundable
-
def
include(p: SpaceTimeKey, bounds: KeyBounds[SpaceTimeKey]): KeyBounds[SpaceTimeKey]
- Definition Classes
- Boundable
-
def
includes(p: SpaceTimeKey, bounds: KeyBounds[SpaceTimeKey]): Boolean
- Definition Classes
- Boundable
-
def
intersect(b1: KeyBounds[SpaceTimeKey], b2: KeyBounds[SpaceTimeKey]): Option[KeyBounds[SpaceTimeKey]]
- Definition Classes
- Boundable
-
def
intersects(b1: KeyBounds[SpaceTimeKey], b2: KeyBounds[SpaceTimeKey]): Boolean
- Definition Classes
- Boundable
- def maxBound(a: SpaceTimeKey, b: SpaceTimeKey): SpaceTimeKey
- def minBound(a: SpaceTimeKey, b: SpaceTimeKey): SpaceTimeKey