final class RemoteInstantSyntax extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RemoteInstantSyntax
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RemoteInstantSyntax(self: Remote[flow.Instant])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def get(unit: Remote[ChronoField]): Remote[Int]
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def getEpochSecond: Remote[Long]
- def getLong(unit: Remote[ChronoField]): Remote[Long]
- def getNano: Remote[Int]
- def isAfter(that: Remote[flow.Instant]): Remote[Boolean]
- def isBefore(that: Remote[flow.Instant]): Remote[Boolean]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def minus(amountToSubtract: Remote[Long], unit: Remote[ChronoUnit]): Remote[flow.Instant]
- def minus(duration: Remote[zio.Duration]): Remote[flow.Instant]
- def minusMillis(milliSecondsToSubtract: Remote[Long]): Remote[flow.Instant]
- def minusNanos(nanosecondsToSubtract: Remote[Long]): Remote[flow.Instant]
- def minusSeconds(secondsToSubtract: Remote[Long]): Remote[flow.Instant]
- def plus(amountToAdd: Remote[Long], unit: Remote[ChronoUnit]): Remote[flow.Instant]
- def plus(duration: Remote[zio.Duration]): Remote[flow.Instant]
- def plusMillis(milliSecondsToAdd: Remote[Long]): Remote[flow.Instant]
- def plusNanos(nanoSecondsToAdd: Remote[Long]): Remote[flow.Instant]
- def plusSeconds(secondsToAdd: Remote[Long]): Remote[flow.Instant]
- val self: Remote[flow.Instant]
- def toEpochMilli: Remote[Long]
-
def
toString(): String
- Definition Classes
- Any
- def truncatedTo(unit: Remote[ChronoUnit]): Remote[flow.Instant]
- def until(endExclusive: Remote[flow.Instant], unit: Remote[ChronoUnit]): Remote[Long]
- def with(field: Remote[ChronoField], value: Remote[Long]): Remote[flow.Instant]