c

zio.flow.remote

RemoteDurationSyntax

final class RemoteDurationSyntax extends AnyVal

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

Instance Constructors

  1. new RemoteDurationSyntax(self: Remote[zio.Duration])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def *(factor: Remote[Double]): Remote[zio.Duration]
  4. def +(other: Remote[zio.Duration]): Remote[zio.Duration]
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  6. def abs(): Remote[zio.Duration]
  7. def addTo(temporal: Remote[flow.Instant]): Remote[flow.Instant]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def dividedBy(divisor: Remote[Long]): Remote[zio.Duration]
  10. def get(unit: Remote[ChronoUnit]): Remote[Long]
  11. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  12. def getNano: Remote[Int]
  13. def getSeconds: Remote[Long]
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def isNegative: Remote[Boolean]
  16. def isZero: Remote[Boolean]
  17. def minus(amountToSubtract: Remote[Long], temporalUnit: Remote[ChronoUnit]): Remote[zio.Duration]
  18. def minus(that: Remote[zio.Duration]): Remote[zio.Duration]
  19. def minusDays(daysToSubtract: Remote[Long]): Remote[zio.Duration]
  20. def minusHours(hoursToSubtract: Remote[Long]): Remote[zio.Duration]
  21. def minusMinutes(minutesToSubtract: Remote[Long]): Remote[zio.Duration]
  22. def minusNanos(nanosToSubtract: Remote[Long]): Remote[zio.Duration]
  23. def minusSeconds(secondsToSubtract: Remote[Long]): Remote[zio.Duration]
  24. def multipliedBy(amount: Remote[Long]): Remote[zio.Duration]
  25. def negated(): Remote[zio.Duration]
  26. def plus(amountToAdd: Remote[Long], temporalUnit: Remote[ChronoUnit]): Remote[zio.Duration]
  27. def plus(that: Remote[zio.Duration]): Remote[zio.Duration]
  28. def plusDays(daysToAdd: Remote[Long]): Remote[zio.Duration]
  29. def plusHours(hoursToAdd: Remote[Long]): Remote[zio.Duration]
  30. def plusMinutes(minutesToAdd: Remote[Long]): Remote[zio.Duration]
  31. def plusNanos(nanoToAdd: Remote[Long]): Remote[zio.Duration]
  32. def plusSeconds(secondsToAdd: Remote[Long]): Remote[zio.Duration]
  33. val self: Remote[zio.Duration]
  34. def subtractFrom(temporal: Remote[flow.Instant]): Remote[flow.Instant]
  35. def toDays: Remote[Long]
  36. def toDaysPart: Remote[Long]
  37. def toHours: Remote[Long]
  38. def toHoursPart: Remote[Int]
  39. def toMillis: Remote[Long]
  40. def toMillisPart: Remote[Int]
  41. def toMinutes: Remote[Long]
  42. def toMinutesPart: Remote[Int]
  43. def toNanos: Remote[Long]
  44. def toNanosPart: Remote[Int]
  45. def toSeconds: Remote[Long]
  46. def toSecondsPart: Remote[Int]
  47. def toString(): String
    Definition Classes
    Any
  48. def withNanos(nanos: Remote[Int]): Remote[zio.Duration]
  49. def withSeconds(seconds: Remote[Long]): Remote[zio.Duration]

Inherited from AnyVal

Inherited from Any

Ungrouped