Packages

  • package root
    Definition Classes
    root
  • package io
    Definition Classes
    root
  • package chrisdavenport
    Definition Classes
    io
  • package cats
    Definition Classes
    chrisdavenport
  • package effect
    Definition Classes
    cats
  • package time
    Definition Classes
    effect
  • object implicits

    This object contains the syntax enhancements to make more convenient access to JavaTime as methods can be made to appear automatically on Clock rather than needing an explicitly new algebra.

    This object contains the syntax enhancements to make more convenient access to JavaTime as methods can be made to appear automatically on Clock rather than needing an explicitly new algebra.

    Definition Classes
    time
  • ClockOps

implicit class ClockOps[F[_]] extends AnyRef

Source
implicits.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClockOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ClockOps(c: Clock[F])(implicit arg0: Functor[F])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def getInstant: F[Instant]

    Get the current Instant with millisecond precision from the epoch.

  11. def getLocalDate(zone: ZoneId): F[LocalDate]

    Get the current LocalDate in the provided ZoneId

  12. def getLocalDateTime(zone: ZoneId): F[LocalDateTime]

    Get the current LocalDateTime in the provided ZoneId

  13. def getLocalDateTimeUTC: F[LocalDateTime]

    Get the current LocalDateTime in UTC Zone

  14. def getLocalDateUTC: F[LocalDate]

    Get the current LocalDate in UTC Zone

  15. def getLocalTime(zone: ZoneId): F[LocalTime]

    Get the current LocalTime in the provided ZoneId

  16. def getLocalTimeUTC: F[LocalTime]

    Get the current LocalTime in UTC Zone

  17. def getYear(zone: ZoneId): F[Year]

    Get the current Year in the provided ZoneId

  18. def getYearMonth(zone: ZoneId): F[YearMonth]

    Get the current YearMonth in the provided ZoneId

  19. def getYearMonthUTC: F[YearMonth]

    Get the current YearMonth in UTC Zone

  20. def getYearUTC: F[Year]

    Get the current Year in UTC Zone

  21. def getZonedDateTime(zone: ZoneId): F[ZonedDateTime]

    Get the current ZonedDateTime in the provided ZoneId

  22. def getZonedDateTimeUTC: F[ZonedDateTime]

    Get the current ZonedDateTime in UTC Zone

  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped