Class/Object

com.salesforce.op.aggregators

Event

Related Docs: object Event | package aggregators

Permalink

case class Event[T <: FeatureType](date: Long, value: T, isResponse: Boolean)(implicit evidence$1: scala.reflect.api.JavaUniverse.WeakTypeTag[T]) extends Ordered[Event[T]] with Serializable with Product

Used by feature aggregators to do time based filtering

T

type of feature

date

date associated with feature

value

value associated with feature

Linear Supertypes
Product, Equals, Serializable, Serializable, Ordered[Event[T]], Comparable[Event[T]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Event
  2. Product
  3. Equals
  4. Serializable
  5. Serializable
  6. Ordered
  7. Comparable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Event(date: Long, value: T, isResponse: Boolean)(implicit arg0: scala.reflect.api.JavaUniverse.WeakTypeTag[T])

    Permalink

    date

    date associated with feature

    value

    value associated with feature

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: Event[T]): Boolean

    Permalink
    Definition Classes
    Ordered
  4. def <=(that: Event[T]): Boolean

    Permalink
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: Event[T]): Boolean

    Permalink
    Definition Classes
    Ordered
  7. def >=(that: Event[T]): Boolean

    Permalink
    Definition Classes
    Ordered
  8. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def compare(that: Event[T]): Int

    Permalink
    Definition Classes
    Event → Ordered
  11. def compareTo(that: Event[T]): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  12. val date: Long

    Permalink

    date associated with feature

  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    Any
  17. val isResponse: Boolean

    Permalink
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. val value: T

    Permalink

    value associated with feature

  23. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Product

Inherited from Equals

Inherited from Serializable

Inherited from Serializable

Inherited from Ordered[Event[T]]

Inherited from Comparable[Event[T]]

Inherited from AnyRef

Inherited from Any

Ungrouped