CellDecoderInstances2

class Object
trait Matchable
class Any

Implicits

Implicits

implicit val dayOfWeekDecoder: CellDecoder[DayOfWeek]
implicit val instantDecoder: CellDecoder[Instant]
implicit val javaTimeDurationDecoder: CellDecoder[Duration]
implicit def localDateDecoder(localDateDecodeFmt: DateTimeFormatter): CellDecoder[LocalDate]
implicit def localDateTimeDecoder(localDateTimeDecodeFmt: DateTimeFormatter): CellDecoder[LocalDateTime]
implicit def localTimeDecoder(localTimeDecodeFmt: DateTimeFormatter): CellDecoder[LocalTime]
implicit val monthDayDecoder: CellDecoder[MonthDay]
implicit val monthDecoder: CellDecoder[Month]
implicit def offsetDateTimeDecoder(offsetDateTimeDecodeFmt: DateTimeFormatter): CellDecoder[OffsetDateTime]
implicit def offsetTimeDecoder(offsetTimeDecodeFmt: DateTimeFormatter): CellDecoder[OffsetTime]
implicit val periodDecoder: CellDecoder[Period]
implicit val yearDayDecoder: CellDecoder[Year]
implicit val yearMonthDayDecoder: CellDecoder[YearMonth]
implicit val zoneIdDecoder: CellDecoder[ZoneId]
implicit val zoneOffsetDecoder: CellDecoder[ZoneOffset]
implicit def zonedDateTimeDecoder(zonedDateTimeDecodeFmt: DateTimeFormatter): CellDecoder[ZonedDateTime]