sealed abstract class Units extends Product with Serializable
Defines a family of singleton objects representing units of time.
The singleton objects that extend this abstract class may be passed
to the constructor of Span
to specify
units of time. For example:
Span(1, Second)
- Source
- Units.scala
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Units
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected