Reads

scalapb.descriptors.Reads
See theReads companion class
object Reads extends ReadsCompat

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait ReadsCompat
class Object
trait Matchable
class Any
Show all
Self type
Reads.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

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]]

Attributes

Inherited from:
ReadsCompat