io.github.netvl.picopickle

PrimitiveReaders

Related Doc: package picopickle

trait PrimitiveReaders extends AnyRef

Self Type
PrimitiveReaders with BackendComponent with TypesComponent
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PrimitiveReaders
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. implicit val booleanReader: (PrimitiveReaders.this)#Reader[Boolean]

  6. implicit val byteReader: (PrimitiveReaders.this)#Reader[Byte]

  7. implicit val charReader: (PrimitiveReaders.this)#Reader[Char]

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. implicit val doubleReader: (PrimitiveReaders.this)#Reader[Double]

  10. implicit def eitherReader[A, B](implicit ra: (PrimitiveReaders.this)#Reader[A], rb: (PrimitiveReaders.this)#Reader[B]): (PrimitiveReaders.this)#Reader[Either[A, B]]

  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. implicit val floatReader: (PrimitiveReaders.this)#Reader[Float]

  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. implicit val intReader: (PrimitiveReaders.this)#Reader[Int]

  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. implicit def leftReader[A, B](implicit arg0: (PrimitiveReaders.this)#Reader[A], arg1: (PrimitiveReaders.this)#Reader[B]): (PrimitiveReaders.this)#Reader[Left[A, B]]

  20. implicit val longReader: (PrimitiveReaders.this)#Reader[Long]

  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. implicit val noneReader: (PrimitiveReaders.this)#Reader[None.type]

  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. implicit val nullReader: (PrimitiveReaders.this)#Reader[Null]

  26. final def numReader[T](f: (Number) ⇒ T): (PrimitiveReaders.this)#Reader[T]

    Attributes
    protected
  27. implicit def optionReader[T](implicit r: (PrimitiveReaders.this)#Reader[T]): (PrimitiveReaders.this)#Reader[Option[T]]

  28. implicit def rightReader[A, B](implicit arg0: (PrimitiveReaders.this)#Reader[A], arg1: (PrimitiveReaders.this)#Reader[B]): (PrimitiveReaders.this)#Reader[Right[A, B]]

  29. implicit val shortReader: (PrimitiveReaders.this)#Reader[Short]

  30. implicit def someReader[T](implicit arg0: (PrimitiveReaders.this)#Reader[T]): (PrimitiveReaders.this)#Reader[Some[T]]

  31. implicit val stringReader: (PrimitiveReaders.this)#Reader[String]

  32. implicit val symbolReader: (PrimitiveReaders.this)#Reader[Symbol]

  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. implicit val unitReader: (PrimitiveReaders.this)#Reader[Unit]

  36. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped