Object

com.salesforce.op.aggregators

UnionGeolocationMidpointMap

Related Doc: package aggregators

Permalink

object UnionGeolocationMidpointMap extends MonoidAggregator[Event[GeolocationMap], Map[String, Array[Double]], GeolocationMap] with GeolocationFunctions with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GeolocationFunctions, MonoidAggregator[Event[GeolocationMap], Map[String, Array[Double]], GeolocationMap], Aggregator[Event[GeolocationMap], Map[String, Array[Double]], GeolocationMap], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnionGeolocationMidpointMap
  2. Serializable
  3. Product
  4. Equals
  5. GeolocationFunctions
  6. MonoidAggregator
  7. Aggregator
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val Zero: Array[Double]

    Permalink
    Definition Classes
    GeolocationFunctions
  5. def andThenPresent[D](present2: (GeolocationMap) ⇒ D): MonoidAggregator[Event[GeolocationMap], Map[String, Array[Double]], D]

    Permalink
    Definition Classes
    MonoidAggregator → Aggregator
  6. def append(l: Map[String, Array[Double]], r: Event[GeolocationMap]): Map[String, Array[Double]]

    Permalink
    Definition Classes
    Aggregator
  7. def appendAll(items: TraversableOnce[Event[GeolocationMap]]): Map[String, Array[Double]]

    Permalink
    Definition Classes
    MonoidAggregator
  8. def appendAll(old: Map[String, Array[Double]], items: TraversableOnce[Event[GeolocationMap]]): Map[String, Array[Double]]

    Permalink
    Definition Classes
    Aggregator
  9. def apply(inputs: TraversableOnce[Event[GeolocationMap]]): GeolocationMap

    Permalink
    Definition Classes
    Aggregator
  10. def applyCumulatively[In <: TraversableOnce[Event[GeolocationMap]], Out](inputs: In)(implicit bf: CanBuildFrom[In, GeolocationMap, Out]): Out

    Permalink
    Definition Classes
    Aggregator
  11. def applyOption(inputs: TraversableOnce[Event[GeolocationMap]]): Option[GeolocationMap]

    Permalink
    Definition Classes
    Aggregator
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def collectBefore[A2](fn: PartialFunction[A2, Event[GeolocationMap]]): MonoidAggregator[A2, Map[String, Array[Double]], GeolocationMap]

    Permalink
    Definition Classes
    MonoidAggregator
  15. def composePrepare[A2](prepare2: (A2) ⇒ Event[GeolocationMap]): MonoidAggregator[A2, Map[String, Array[Double]], GeolocationMap]

    Permalink
    Definition Classes
    MonoidAggregator → Aggregator
  16. def cumulativeIterator(inputs: Iterator[Event[GeolocationMap]]): Iterator[GeolocationMap]

    Permalink
    Definition Classes
    Aggregator
  17. def either[A2, B2, C2](that: MonoidAggregator[A2, B2, C2]): MonoidAggregator[Either[Event[GeolocationMap], A2], (Map[String, Array[Double]], B2), (GeolocationMap, C2)]

    Permalink
    Definition Classes
    MonoidAggregator
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  20. def filterBefore[A1 <: Event[GeolocationMap]](pred: (A1) ⇒ Boolean): MonoidAggregator[A1, Map[String, Array[Double]], GeolocationMap]

    Permalink
    Definition Classes
    MonoidAggregator
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def isNone(data: Array[Double]): Boolean

    Permalink
    Definition Classes
    GeolocationFunctions
  25. def join[A2 <: Event[GeolocationMap], B2, C2](that: Aggregator[A2, B2, C2]): Aggregator[A2, (Map[String, Array[Double]], B2), (GeolocationMap, C2)]

    Permalink
    Definition Classes
    Aggregator
  26. def lift: MonoidAggregator[Event[GeolocationMap], Option[Map[String, Array[Double]]], Option[GeolocationMap]]

    Permalink
    Definition Classes
    Aggregator
  27. val monoid: Monoid[Map[String, Array[Double]]]

    Permalink
    Definition Classes
    UnionGeolocationMidpointMap → MonoidAggregator
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. def prepare(input: Event[GeolocationMap]): Map[String, Array[Double]]

    Permalink

    Prepare method to be used in the MonoidAggregator for GeolocationMap objects

    Prepare method to be used in the MonoidAggregator for GeolocationMap objects

    input

    Event-wrapped GeolocationMap object

    returns

    Map of key -> Array of (x,y,z,acc,count) to be used during aggregation

    Definition Classes
    UnionGeolocationMidpointMap → Aggregator
  32. def present(reduction: Map[String, Array[Double]]): GeolocationMap

    Permalink

    Present method to be used in the MonoidAggregator for GeolocationMap objects

    Present method to be used in the MonoidAggregator for GeolocationMap objects

    reduction

    Map of key -> Array of (x,y,z,acc,count) to be used during aggregation

    returns

    Map of key -> Geolocation object corresponding to aggregated x,y,z coordinates

    Definition Classes
    UnionGeolocationMidpointMap → Aggregator
  33. def present(data: Array[Double]): Geolocation

    Permalink

    Present method to be used in the MonoidAggregator for Geolocation objects

    Present method to be used in the MonoidAggregator for Geolocation objects

    data

    Array of (x,y,z,acc,count) to be used by the arrayMonoid during aggregation

    returns

    Geolocation object corresponding to aggregated x,y,z coordinates

    Definition Classes
    GeolocationFunctions
  34. final def reduce(items: TraversableOnce[Map[String, Array[Double]]]): Map[String, Array[Double]]

    Permalink
    Definition Classes
    MonoidAggregator → Aggregator
  35. def reduce(l: Map[String, Array[Double]], r: Map[String, Array[Double]]): Map[String, Array[Double]]

    Permalink
    Definition Classes
    Aggregator
  36. def reduceOption(items: TraversableOnce[Map[String, Array[Double]]]): Option[Map[String, Array[Double]]]

    Permalink
    Definition Classes
    Aggregator
  37. def semigroup: Monoid[Map[String, Array[Double]]]

    Permalink
    Definition Classes
    MonoidAggregator → Aggregator
  38. def sumBefore: MonoidAggregator[TraversableOnce[Event[GeolocationMap]], Map[String, Array[Double]], GeolocationMap]

    Permalink
    Definition Classes
    MonoidAggregator
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. def toFold: Fold[Event[GeolocationMap], Option[GeolocationMap]]

    Permalink
    Definition Classes
    Aggregator
  41. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. def zip[A2, B2, C2](ag2: MonoidAggregator[A2, B2, C2]): MonoidAggregator[(Event[GeolocationMap], A2), (Map[String, Array[Double]], B2), (GeolocationMap, C2)]

    Permalink
    Definition Classes
    MonoidAggregator
  45. def zip[A2, B2, C2](ag2: Aggregator[A2, B2, C2]): Aggregator[(Event[GeolocationMap], A2), (Map[String, Array[Double]], B2), (GeolocationMap, C2)]

    Permalink
    Definition Classes
    Aggregator

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GeolocationFunctions

Inherited from MonoidAggregator[Event[GeolocationMap], Map[String, Array[Double]], GeolocationMap]

Inherited from Aggregator[Event[GeolocationMap], Map[String, Array[Double]], GeolocationMap]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped