Packages

p

zio

duration

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

    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. final class DurationSyntax extends AnyRef

Value Members

  1. implicit def durationInt(n: Int): DurationSyntax
  2. implicit def durationLong(n: Long): DurationSyntax
  3. object Duration extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped