LiteralCellDecoders

class Object
trait Matchable
class Any
object CellDecoder.type

Implicits

Implicits

final implicit def literalBooleanDecoder[L <: Boolean](implicit L: ValueOf[L]): CellDecoder[L]
final implicit def literalByteDecoder[L <: Byte](implicit L: ValueOf[L]): CellDecoder[L]
final implicit def literalCharDecoder[L <: Char](implicit L: ValueOf[L]): CellDecoder[L]
final implicit def literalDoubleDecoder[L <: Double](implicit L: ValueOf[L]): CellDecoder[L]
final implicit def literalFloatDecoder[L <: Float](implicit L: ValueOf[L]): CellDecoder[L]
final implicit def literalIntDecoder[L <: Int](implicit L: ValueOf[L]): CellDecoder[L]
final implicit def literalLongDecoder[L <: Long](implicit L: ValueOf[L]): CellDecoder[L]
final implicit def literalShortDecoder[L <: Short](implicit L: ValueOf[L]): CellDecoder[L]
final implicit def literalStringDecoder[L <: String](implicit L: ValueOf[L]): CellDecoder[L]