scala.concurrent.duration.Deadline
See theDeadline companion class
object Deadline
Attributes
- Companion
- class
- Source
- Deadline.scala
- Graph
-
- Supertypes
- Self type
-
Deadline.type
Members list
Type members
Classlikes
object DeadlineIsOrdered extends Ordering[Deadline]
The natural ordering for deadline is determined by the natural order of the underlying (finite) duration.
The natural ordering for deadline is determined by the natural order of the underlying (finite) duration.
Attributes
- Source
- Deadline.scala
- Supertypes
-
trait PartialOrdering[Deadline]trait Serializabletrait Comparator[Deadline]class Objecttrait Matchableclass AnyShow all
- Self type
-
DeadlineIsOrdered.type
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
Construct a deadline due exactly at the point where this method is called.
Construct a deadline due exactly at the point where this method is called. Useful for then advancing it to obtain a future deadline, or for sampling the current time exactly once and then comparing it to multiple deadlines (using subtraction).
Attributes
- Source
- Deadline.scala
In this article