Deadline

scala.concurrent.duration.Deadline$
See theDeadline companion class
object Deadline

Attributes

Companion
class
Source
Deadline.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Deadline.type

Members list

Type members

Classlikes

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 Equiv[Deadline]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def now: Deadline

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