literals

object literals
class Object
trait Matchable
class Any

Type members

Classlikes

object DurationLiteral extends Literally[Duration]
object InstantLiteral extends Literally[Instant]
object LocalDateLiteral extends Literally[LocalDate]
object LocalDateTimeLiteral extends Literally[LocalDateTime]
object LocalTimeLiteral extends Literally[LocalTime]
object MonthDayLiteral extends Literally[MonthDay]
object OffsetDateTimeLiteral extends Literally[OffsetDateTime]
object OffsetTimeLiteral extends Literally[OffsetTime]
object PeriodLiteral extends Literally[Period]
object YearLiteral extends Literally[Year]
object YearMonthLiteral extends Literally[YearMonth]
object ZoneIdLiteral extends Literally[ZoneId]
object ZoneOffsetLiteral extends Literally[ZoneOffset]
object ZonedDateTimeLiteral extends Literally[ZonedDateTime]

Extensions

Extensions

extension (ctx: StringContext)
inline def duration(args: Any*): Duration
inline def instant(args: Any*): Instant
inline def localDate(args: Any*): LocalDate
inline def localDateTime(args: Any*): LocalDateTime
inline def localTime(args: Any*): LocalTime
inline def monthDay(args: Any*): MonthDay
inline def offsetDateTime(args: Any*): OffsetDateTime
inline def offsetTime(args: Any*): OffsetTime
inline def period(args: Any*): Period
inline def year(args: Any*): Year
inline def yearMonth(args: Any*): YearMonth
inline def zoneId(args: Any*): ZoneId
inline def zoneOffset(args: Any*): ZoneOffset
inline def zonedDateTime(args: Any*): ZonedDateTime