Packages

object Read extends LowerPriorityRead

Source
read.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Read
  2. LowerPriorityRead
  3. EvenLower
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit val ReadApply: Apply[Read]
  5. def apply[A](implicit ev: Read[A]): ev.type
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. implicit def emptyProduct: Read[HNil]
    Definition Classes
    LowerPriorityRead
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. implicit def fromGet[A](implicit ev: Get[A]): Read[A]
  13. implicit def fromGetOption[A](implicit ev: Get[A]): Read[Option[A]]
  14. implicit def generic[F, G](implicit gen: Aux[F, G], G: Lazy[Read[G]]): Read[F]
    Definition Classes
    LowerPriorityRead
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. implicit def ogeneric[A, Repr <: HList](implicit G: Aux[A, Repr], B: Lazy[Read[Option[Repr]]]): Read[Option[A]]
    Definition Classes
    EvenLower
  22. implicit def ohcons1[H, T <: HList](implicit H: Lazy[Read[Option[H]]], T: Lazy[Read[Option[T]]], N: <:!<[H, Option[α]] forSome {type α}): Read[Option[::[H, T]]]
    Definition Classes
    EvenLower
  23. implicit def ohcons2[H, T <: HList](implicit H: Lazy[Read[Option[H]]], T: Lazy[Read[Option[T]]]): Read[Option[::[Option[H], T]]]
    Definition Classes
    EvenLower
  24. implicit val ohnil: Read[Option[HNil]]
    Definition Classes
    EvenLower
  25. implicit def product[H, T <: HList](implicit H: Lazy[Read[H]], T: Lazy[Read[T]]): Read[::[H, T]]
    Definition Classes
    LowerPriorityRead
  26. implicit def recordRead[K <: Symbol, H, T <: HList](implicit H: Lazy[Read[H]], T: Lazy[Read[T]]): Read[::[FieldType[K, H], T]]
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. implicit val unit: Read[Unit]
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from LowerPriorityRead

Inherited from EvenLower

Inherited from AnyRef

Inherited from Any

Ungrouped