Read

replpp.shaded.scopt.Read$
See theRead companion trait
object Read extends PlatformReadInstances

Attributes

Companion
trait
Graph
Supertypes
trait PlatformReadInstances
class Object
trait Matchable
class Any
Self type
Read.type

Members list

Value members

Concrete methods

def reads[A](f: String => A): Read[A]

Inherited methods

def calendarRead(pattern: String, locale: Locale): Read[Calendar]

Attributes

Inherited from:
PlatformReadInstances
def calendarRead(pattern: String): Read[Calendar]

Attributes

Inherited from:
PlatformReadInstances

Concrete fields

val sep: String

Implicits

Implicits

implicit val bigDecimalRead: Read[BigDecimal]
implicit val bigIntRead: Read[BigInt]
implicit val booleanRead: Read[Boolean]
implicit val charRead: Read[Char]
implicit val doubleRead: Read[Double]
implicit val durationRead: Read[Duration]
implicit val finiteDurationRead: Read[FiniteDuration]
implicit def immutableSeqRead[A : Read]: Read[Seq[A]]
implicit def immutableSeqTupleRead[K : Read, V : Read]: Read[Seq[(K, V)]]
implicit val intRead: Read[Int]
implicit val longRead: Read[Long]
implicit def mapRead[K : Read, V : Read]: Read[Map[K, V]]
implicit def optionRead[A : Read]: Read[Option[A]]
implicit def seqRead[A : Read]: Read[Seq[A]]
implicit def seqTupleRead[K : Read, V : Read]: Read[Seq[(K, V)]]
implicit val shortRead: Read[Short]
implicit val stringRead: Read[String]
implicit def tupleRead[A1 : Read, A2 : Read]: Read[(A1, A2)]
implicit val unitRead: Read[Unit]
implicit val uriRead: Read[URI]

Inherited implicits

implicit val fileRead: Read[File]

Attributes

Inherited from:
PlatformReadInstances
implicit val inetAddress: Read[InetAddress]

Attributes

Inherited from:
PlatformReadInstances
implicit val pathRead: Read[Path]

Attributes

Inherited from:
PlatformReadInstances
implicit val sourceRead: Read[Source]

Attributes

Inherited from:
PlatformReadInstances
implicit val urlRead: Read[URL]

Attributes

Inherited from:
PlatformReadInstances
implicit val yyyymmdddRead: Read[Calendar]

Attributes

Inherited from:
PlatformReadInstances