Reads

object Reads extends ReadsCompat
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Implicits

Implicits

implicit val booleanReads: Reads[Boolean]
implicit val byteStringReads: Reads[ByteString]
implicit val doubleReads: Reads[Double]
implicit val floatReads: Reads[Float]
implicit val intReads: Reads[Int]
implicit val longReads: Reads[Long]
implicit def optional[A](implicit reads: Reads[A]): Reads[Option[A]]
implicit val stringReads: Reads[String]

Inherited implicits

implicit def repeated[A, CC[_]](implicit reads: Reads[A], factory: Factory[A, CC[A]]): Reads[CC[A]]
Inherited from
ReadsCompat