CellDecoder

Companion
class

Type members

Classlikes

object CellDecoderInstances extends MonadError[CellDecoder, DecoderError] with SemigroupK[CellDecoder]

Value members

Concrete methods

@inline
def const[T](r: T): CellDecoder[T]
@inline
def fromString[T](f: String => T): CellDecoder[T]
@inline
def instance[T](f: String => DecoderResult[T]): CellDecoder[T]

Implicits

Implicits

implicit
implicit
implicit
implicit
implicit
val charArrayDecoder: CellDecoder[Array[Char]]
implicit
implicit
implicit
implicit
val finiteDurationDecoder: CellDecoder[FiniteDuration]
implicit
implicit
implicit override
implicit
implicit
def rawOrResultDecoder[T](implicit ev: CellDecoder[T]): CellDecoder[Either[String, T]]
implicit
implicit
implicit
implicit

Inherited implicits

implicit
Inherited from
CellDecoderInstances2
implicit
Inherited from
CellDecoderInstances1
implicit
def exportedCellDecoders[A](implicit exported: Exported[CellDecoder[A]]): CellDecoder[A]
Inherited from
ExportedCellDecoders
implicit
Inherited from
CellDecoderInstances2
implicit
Inherited from
CellDecoderInstances2
implicit lazy
Inherited from
PlatformCellDecoders
final implicit
def literalBooleanDecoder[L <: Boolean](implicit L: ValueOf[L]): CellDecoder[L]
Inherited from
LiteralCellDecoders
final implicit
def literalByteDecoder[L <: Byte](implicit L: ValueOf[L]): CellDecoder[L]
Inherited from
LiteralCellDecoders
final implicit
def literalCharDecoder[L <: Char](implicit L: ValueOf[L]): CellDecoder[L]
Inherited from
LiteralCellDecoders
final implicit
def literalDoubleDecoder[L <: Double](implicit L: ValueOf[L]): CellDecoder[L]
Inherited from
LiteralCellDecoders
final implicit
def literalFloatDecoder[L <: Float](implicit L: ValueOf[L]): CellDecoder[L]
Inherited from
LiteralCellDecoders
final implicit
def literalIntDecoder[L <: Int](implicit L: ValueOf[L]): CellDecoder[L]
Inherited from
LiteralCellDecoders
final implicit
def literalLongDecoder[L <: Long](implicit L: ValueOf[L]): CellDecoder[L]
Inherited from
LiteralCellDecoders
final implicit
def literalShortDecoder[L <: Short](implicit L: ValueOf[L]): CellDecoder[L]
Inherited from
LiteralCellDecoders
final implicit
def literalStringDecoder[L <: String](implicit L: ValueOf[L]): CellDecoder[L]
Inherited from
LiteralCellDecoders
implicit
def localDateDecoder(implicit localDateDecodeFmt: DateTimeFormatter): CellDecoder[LocalDate]
Inherited from
CellDecoderInstances2
implicit
def localDateTimeDecoder(implicit localDateTimeDecodeFmt: DateTimeFormatter): CellDecoder[LocalDateTime]
Inherited from
CellDecoderInstances2
implicit
def localTimeDecoder(implicit localTimeDecodeFmt: DateTimeFormatter): CellDecoder[LocalTime]
Inherited from
CellDecoderInstances2
implicit
Inherited from
CellDecoderInstances2
implicit
Inherited from
CellDecoderInstances2
implicit
def offsetDateTimeDecoder(implicit offsetDateTimeDecodeFmt: DateTimeFormatter): CellDecoder[OffsetDateTime]
Inherited from
CellDecoderInstances2
implicit
def offsetTimeDecoder(implicit offsetTimeDecodeFmt: DateTimeFormatter): CellDecoder[OffsetTime]
Inherited from
CellDecoderInstances2
implicit
Inherited from
CellDecoderInstances2
implicit
Inherited from
CellDecoderInstances2
implicit
Inherited from
CellDecoderInstances2
implicit
Inherited from
CellDecoderInstances2
implicit
Inherited from
CellDecoderInstances2
implicit
def zonedDateTimeDecoder(implicit zonedDateTimeDecodeFmt: DateTimeFormatter): CellDecoder[ZonedDateTime]
Inherited from
CellDecoderInstances2