Time

trait Time[DSP[_]] extends Calc[DSP]
trait Calc[DSP]
class Object
trait Matchable
class Any

Value members

Concrete fields

lazy val ms: DSP[Double]

Milliseconds

Milliseconds

lazy val s: DSP[Double]

Seconds

Seconds

Inherited fields

lazy val calc: DSP[String]

Wrap the provided expression in CSS calc() function.

Wrap the provided expression in CSS calc() function.

See also:
Inherited from:
Calc