Microsecond
org.scalatest.time.Microsecond
case object Microsecond extends Units
Indicates units for a single microsecond.
This singleton object may be passed to the constructor of Span to specify microsecond units of time, so long as the value passed to Span is 1. For example:
Span(1, Microsecond)
Attributes
- Graph
-
- Supertypes
-
trait Singletontrait Producttrait Mirrorclass Unitstrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
- Self type
-
Microsecond.type
Members list
In this article