abstract class SpaceTimeToSpatialReduceMethods[K, V, M[_]] extends MethodExtensions[Seq[(K, V)] with Metadata[M[K]]]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- SpaceTimeToSpatialReduceMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SpaceTimeToSpatialReduceMethods()(implicit arg0: SpatialComponent[K], arg1: TemporalComponent[K], arg2: Component[M[K], Bounds[K]], arg3: Functor[M])
Abstract Value Members
-
abstract
def
self: Seq[(K, V)] with Metadata[M[K]]
- Definition Classes
- MethodExtensions
Concrete Value Members
- def toSpatialReduce(mergeFunc: (V, V) ⇒ V): Seq[(SpatialKey, V)] with Metadata[M[SpatialKey]]