implicit class ClockOps[F[_]] extends AnyRef
- Source
- implicits.scala
- Alphabetic
- By Inheritance
- ClockOps
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getInstant: F[Instant]
Get the current Instant with millisecond precision from the epoch.
-
def
getLocalDate(zone: ZoneId): F[LocalDate]
Get the current LocalDate in the provided ZoneId
-
def
getLocalDateTime(zone: ZoneId): F[LocalDateTime]
Get the current LocalDateTime in the provided ZoneId
-
def
getLocalDateTimeUTC: F[LocalDateTime]
Get the current LocalDateTime in UTC Zone
-
def
getLocalDateUTC: F[LocalDate]
Get the current LocalDate in UTC Zone
-
def
getLocalTime(zone: ZoneId): F[LocalTime]
Get the current LocalTime in the provided ZoneId
-
def
getLocalTimeUTC: F[LocalTime]
Get the current LocalTime in UTC Zone
-
def
getYear(zone: ZoneId): F[Year]
Get the current Year in the provided ZoneId
-
def
getYearMonth(zone: ZoneId): F[YearMonth]
Get the current YearMonth in the provided ZoneId
-
def
getYearMonthUTC: F[YearMonth]
Get the current YearMonth in UTC Zone
-
def
getYearUTC: F[Year]
Get the current Year in UTC Zone
-
def
getZonedDateTime(zone: ZoneId): F[ZonedDateTime]
Get the current ZonedDateTime in the provided ZoneId
-
def
getZonedDateTimeUTC: F[ZonedDateTime]
Get the current ZonedDateTime in UTC Zone
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()