Package

zio

duration

Permalink

package duration

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. duration
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Duration extends Ordered[Duration] with Serializable with Product

    Permalink

    Non-negative duration.

    Non-negative duration. Operations that would result in negative value of nanoseconds return zero duration and ones that would result in Long.MaxValue overflow return infinity. Infinity has Long.MaxValue nanoseconds value, but for arithmetic operations behaviour is mathematical infinity like-ish.

  2. class DurationSyntax extends AnyRef

    Permalink

Value Members

  1. object Duration extends Serializable

    Permalink
  2. implicit final def durationInt(n: Int): DurationSyntax

    Permalink
  3. implicit final def durationLong(n: Long): DurationSyntax

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped