TimeStamped

fs2.timeseries.TimeStamped
See theTimeStamped companion object
case class TimeStamped[+A](time: FiniteDuration, value: A)

Wrapper that associates a time with a value.

Attributes

Companion:
object
Source:
TimeStamped.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def map[B](f: A => B): TimeStamped[B]

Attributes

Source:
TimeStamped.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product