Dynamic

ca.dvgi.periodic.UpdateInterval.Dynamic
case class Dynamic[T](calculateUpdateInterval: T => FiniteDuration) extends UpdateInterval[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait UpdateInterval[T]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def duration(t: T): FiniteDuration

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product