EventSeries

final case class EventSeries(count: Option[Int], lastObservedTime: Option[MicroTime])

EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.

Source:
EventSeries.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

if count has a value, transforms to the result of function

if count has a value, transforms to the result of function

Source:
EventSeries.scala

if lastObservedTime has a value, transforms to the result of function

if lastObservedTime has a value, transforms to the result of function

Source:
EventSeries.scala

Returns a new data with count set to new value

Returns a new data with count set to new value

Source:
EventSeries.scala

Returns a new data with lastObservedTime set to new value

Returns a new data with lastObservedTime set to new value

Source:
EventSeries.scala

Inherited methods

Inherited from:
Product