c

zio.flow.remote

RemoteInstantSyntax

final class RemoteInstantSyntax extends AnyVal

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

Instance Constructors

  1. new RemoteInstantSyntax(self: Remote[flow.Instant])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def get(unit: Remote[ChronoField]): Remote[Int]
  6. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  7. def getEpochSecond: Remote[Long]
  8. def getLong(unit: Remote[ChronoField]): Remote[Long]
  9. def getNano: Remote[Int]
  10. def isAfter(that: Remote[flow.Instant]): Remote[Boolean]
  11. def isBefore(that: Remote[flow.Instant]): Remote[Boolean]
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def minus(amountToSubtract: Remote[Long], unit: Remote[ChronoUnit]): Remote[flow.Instant]
  14. def minus(duration: Remote[zio.Duration]): Remote[flow.Instant]
  15. def minusMillis(milliSecondsToSubtract: Remote[Long]): Remote[flow.Instant]
  16. def minusNanos(nanosecondsToSubtract: Remote[Long]): Remote[flow.Instant]
  17. def minusSeconds(secondsToSubtract: Remote[Long]): Remote[flow.Instant]
  18. def plus(amountToAdd: Remote[Long], unit: Remote[ChronoUnit]): Remote[flow.Instant]
  19. def plus(duration: Remote[zio.Duration]): Remote[flow.Instant]
  20. def plusMillis(milliSecondsToAdd: Remote[Long]): Remote[flow.Instant]
  21. def plusNanos(nanoSecondsToAdd: Remote[Long]): Remote[flow.Instant]
  22. def plusSeconds(secondsToAdd: Remote[Long]): Remote[flow.Instant]
  23. val self: Remote[flow.Instant]
  24. def toEpochMilli: Remote[Long]
  25. def toString(): String
    Definition Classes
    Any
  26. def truncatedTo(unit: Remote[ChronoUnit]): Remote[flow.Instant]
  27. def until(endExclusive: Remote[flow.Instant], unit: Remote[ChronoUnit]): Remote[Long]
  28. def with(field: Remote[ChronoField], value: Remote[Long]): Remote[flow.Instant]

Inherited from AnyVal

Inherited from Any

Ungrouped