final class RemoteDurationSyntax extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RemoteDurationSyntax
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RemoteDurationSyntax(self: Remote[zio.Duration])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
- def *(factor: Remote[Double]): Remote[zio.Duration]
- def +(other: Remote[zio.Duration]): Remote[zio.Duration]
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
- def abs(): Remote[zio.Duration]
- def addTo(temporal: Remote[flow.Instant]): Remote[flow.Instant]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def dividedBy(divisor: Remote[Long]): Remote[zio.Duration]
- def get(unit: Remote[ChronoUnit]): Remote[Long]
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def getNano: Remote[Int]
- def getSeconds: Remote[Long]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNegative: Remote[Boolean]
- def isZero: Remote[Boolean]
- def minus(amountToSubtract: Remote[Long], temporalUnit: Remote[ChronoUnit]): Remote[zio.Duration]
- def minus(that: Remote[zio.Duration]): Remote[zio.Duration]
- def minusDays(daysToSubtract: Remote[Long]): Remote[zio.Duration]
- def minusHours(hoursToSubtract: Remote[Long]): Remote[zio.Duration]
- def minusMinutes(minutesToSubtract: Remote[Long]): Remote[zio.Duration]
- def minusNanos(nanosToSubtract: Remote[Long]): Remote[zio.Duration]
- def minusSeconds(secondsToSubtract: Remote[Long]): Remote[zio.Duration]
- def multipliedBy(amount: Remote[Long]): Remote[zio.Duration]
- def negated(): Remote[zio.Duration]
- def plus(amountToAdd: Remote[Long], temporalUnit: Remote[ChronoUnit]): Remote[zio.Duration]
- def plus(that: Remote[zio.Duration]): Remote[zio.Duration]
- def plusDays(daysToAdd: Remote[Long]): Remote[zio.Duration]
- def plusHours(hoursToAdd: Remote[Long]): Remote[zio.Duration]
- def plusMinutes(minutesToAdd: Remote[Long]): Remote[zio.Duration]
- def plusNanos(nanoToAdd: Remote[Long]): Remote[zio.Duration]
- def plusSeconds(secondsToAdd: Remote[Long]): Remote[zio.Duration]
- val self: Remote[zio.Duration]
- def subtractFrom(temporal: Remote[flow.Instant]): Remote[flow.Instant]
- def toDays: Remote[Long]
- def toDaysPart: Remote[Long]
- def toHours: Remote[Long]
- def toHoursPart: Remote[Int]
- def toMillis: Remote[Long]
- def toMillisPart: Remote[Int]
- def toMinutes: Remote[Long]
- def toMinutesPart: Remote[Int]
- def toNanos: Remote[Long]
- def toNanosPart: Remote[Int]
- def toSeconds: Remote[Long]
- def toSecondsPart: Remote[Int]
-
def
toString(): String
- Definition Classes
- Any
- def withNanos(nanos: Remote[Int]): Remote[zio.Duration]
- def withSeconds(seconds: Remote[Long]): Remote[zio.Duration]