Instance Constructors
-
new
Tick
(subscription: TickSubscription, timestamp: Long)
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
canEqual
(arg0: Any): Boolean
-
def
clone
(): AnyRef
-
def
compare
(a: Tick, b: Tick): Int
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
equiv
(x: Tick, y: Tick): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
gt
(x: Tick, y: Tick): Boolean
-
def
gteq
(x: Tick, y: Tick): Boolean
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
lt
(x: Tick, y: Tick): Boolean
-
def
lteq
(x: Tick, y: Tick): Boolean
-
-
-
implicit def
mkOrderingOps
(lhs: Tick): Ops
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
on
[U]
(f: (U) ⇒ Tick): Ordering[U]
-
def
productArity
: Int
-
def
productElement
(arg0: Int): Any
-
def
productIterator
: Iterator[Any]
-
def
productPrefix
: String
-
def
reverse
: Ordering[Tick]
-
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
val
timestamp
: Long
-
def
toString
(): String
-
def
tryCompare
(x: Tick, y: Tick): Some[Int]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Deprecated Value Members
-
def
productElements
: Iterator[Any]
Inherited from Product
Inherited from Equals
Inherited from Ordering[Tick]
Inherited from Serializable
Inherited from Serializable
Inherited from PartialOrdering[Tick]
Inherited from Equiv[Tick]
Inherited from Comparator[Tick]
Inherited from AnyRef
Inherited from Any
Each PowerAPI's request is created according to a specific time period. Each time period is "ticked", as a clock "tick", according to a specific timestamp. A Tick is a wrapper of this specific timestamp, according a given TickSubscription.