Object

org.scalatest.time

Microsecond

Related Doc: package time

Permalink

object Microsecond extends Units with Product with Serializable

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)

Source
Units.scala
Linear Supertypes
Units, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Microsecond
  2. Units
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All