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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  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. implicit def fromGet[A](implicit ev: Get[A]): Read[A]
  12. implicit def fromGetOption[A](implicit ev: Get[A]): Read[Option[A]]
  13. implicit def generic[F, G](implicit gen: Aux[F, G], G: Lazy[Read[G]]): Read[F]
    Definition Classes
    LowerPriorityRead
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. implicit def ogeneric[A, Repr <: HList](implicit G: Aux[A, Repr], B: Lazy[Read[Option[Repr]]]): Read[Option[A]]
    Definition Classes
    EvenLower
  21. 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
  22. 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
  23. implicit val ohnil: Read[Option[HNil]]
    Definition Classes
    EvenLower
  24. implicit def product[H, T <: HList](implicit H: Lazy[Read[H]], T: Lazy[Read[T]]): Read[::[H, T]]
    Definition Classes
    LowerPriorityRead
  25. implicit def recordRead[K <: Symbol, H, T <: HList](implicit H: Lazy[Read[H]], T: Lazy[Read[T]]): Read[::[FieldType[K, H], T]]
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. implicit val unit: Read[Unit]
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from LowerPriorityRead

Inherited from EvenLower

Inherited from AnyRef

Inherited from Any

Ungrouped