literals

dev.holt.javatime.literals$
object literals

Attributes

Source:
literals.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

object DateTimeFormatterLiteral extends Literally[DateTimeFormatter]

Attributes

Source:
literals.scala
Graph
Supertypes
trait Literally[DateTimeFormatter]
class Object
trait Matchable
class Any
Self type
object DurationLiteral extends Literally[Duration]

Attributes

Source:
literals.scala
Graph
Supertypes
trait Literally[Duration]
class Object
trait Matchable
class Any
Self type
object InstantLiteral extends Literally[Instant]

Attributes

Source:
literals.scala
Graph
Supertypes
trait Literally[Instant]
class Object
trait Matchable
class Any
Self type
object LocalDateLiteral extends Literally[LocalDate]

Attributes

Source:
literals.scala
Graph
Supertypes
trait Literally[LocalDate]
class Object
trait Matchable
class Any
Self type
object LocalDateTimeLiteral extends Literally[LocalDateTime]

Attributes

Source:
literals.scala
Graph
Supertypes
trait Literally[LocalDateTime]
class Object
trait Matchable
class Any
Self type
object LocalTimeLiteral extends Literally[LocalTime]

Attributes

Source:
literals.scala
Graph
Supertypes
trait Literally[LocalTime]
class Object
trait Matchable
class Any
Self type
object MonthDayLiteral extends Literally[MonthDay]

Attributes

Source:
literals.scala
Graph
Supertypes
trait Literally[MonthDay]
class Object
trait Matchable
class Any
Self type
object OffsetDateTimeLiteral extends Literally[OffsetDateTime]

Attributes

Source:
literals.scala
Graph
Supertypes
trait Literally[OffsetDateTime]
class Object
trait Matchable
class Any
Self type
object OffsetTimeLiteral extends Literally[OffsetTime]

Attributes

Source:
literals.scala
Graph
Supertypes
trait Literally[OffsetTime]
class Object
trait Matchable
class Any
Self type
object PeriodLiteral extends Literally[Period]

Attributes

Source:
literals.scala
Graph
Supertypes
trait Literally[Period]
class Object
trait Matchable
class Any
Self type
object YearLiteral extends Literally[Year]

Attributes

Source:
literals.scala
Graph
Supertypes
trait Literally[Year]
class Object
trait Matchable
class Any
Self type
object YearMonthLiteral extends Literally[YearMonth]

Attributes

Source:
literals.scala
Graph
Supertypes
trait Literally[YearMonth]
class Object
trait Matchable
class Any
Self type
object ZoneIdLiteral extends Literally[ZoneId]

Attributes

Source:
literals.scala
Graph
Supertypes
trait Literally[ZoneId]
class Object
trait Matchable
class Any
Self type
object ZoneOffsetLiteral extends Literally[ZoneOffset]

Attributes

Source:
literals.scala
Graph
Supertypes
trait Literally[ZoneOffset]
class Object
trait Matchable
class Any
Self type
object ZonedDateTimeLiteral extends Literally[ZonedDateTime]

Attributes

Source:
literals.scala
Graph
Supertypes
trait Literally[ZonedDateTime]
class Object
trait Matchable
class Any
Self type

Extensions

Extensions

extension (ctx: StringContext)
inline def dateTimeFormatter(args: Any*): DateTimeFormatter

Attributes

Source:
literals.scala
inline def duration(args: Any*): Duration

Attributes

Source:
literals.scala
inline def instant(args: Any*): Instant

Attributes

Source:
literals.scala
inline def localDate(args: Any*): LocalDate

Attributes

Source:
literals.scala
inline def localDateTime(args: Any*): LocalDateTime

Attributes

Source:
literals.scala
inline def localTime(args: Any*): LocalTime

Attributes

Source:
literals.scala
inline def monthDay(args: Any*): MonthDay

Attributes

Source:
literals.scala
inline def offsetDateTime(args: Any*): OffsetDateTime

Attributes

Source:
literals.scala
inline def offsetTime(args: Any*): OffsetTime

Attributes

Source:
literals.scala
inline def period(args: Any*): Period

Attributes

Source:
literals.scala
inline def year(args: Any*): Year

Attributes

Source:
literals.scala
inline def yearMonth(args: Any*): YearMonth

Attributes

Source:
literals.scala
inline def zoneId(args: Any*): ZoneId

Attributes

Source:
literals.scala
inline def zoneOffset(args: Any*): ZoneOffset

Attributes

Source:
literals.scala
inline def zonedDateTime(args: Any*): ZonedDateTime

Attributes

Source:
literals.scala