Packages

trait MapReader[-T, V, Z] extends BaseReader[T, Z]

Linear Supertypes
BaseReader[T, Z], CustomVisitor[T, Z], Visitor[T, Z], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MapReader
  2. BaseReader
  3. CustomVisitor
  4. Visitor
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def delegatedReader: BaseReader[T, V]
  2. abstract def mapNonNullsFunction(t: V): Z

Concrete 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. def apply(t: Transformable): Z
    Definition Classes
    Visitor
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def expectedMsg: String
    Definition Classes
    BaseReader → CustomVisitor
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def map[Z](f: (Z) ⇒ Z): MapReader[T, Z, Z]
    Definition Classes
    BaseReader
  15. def mapFunction(v: V): Z
  16. def mapNulls[Z](f: (Z) ⇒ Z): MapReader[T, Z, Z]
    Definition Classes
    BaseReader
  17. def narrow[K <: Z]: BaseReader[T, K]
    Definition Classes
    BaseReader
  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. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. def visitArray(index: Int): ArrVisitor[T, Z]
    Definition Classes
    MapReader → CustomVisitor → Visitor
  24. def visitArray(): ArrVisitor[T, Z]
    Definition Classes
    Visitor
  25. def visitFalse(index: Int): Z
    Definition Classes
    MapReader → CustomVisitor → Visitor
  26. def visitFalse(): Z
    Definition Classes
    Visitor
  27. def visitNull(index: Int): Z
    Definition Classes
    MapReader → CustomVisitor → Visitor
  28. def visitNull(): Z
    Definition Classes
    Visitor
  29. def visitNum(s: CharSequence, decIndex: Int, expIndex: Int, index: Int): Z
    Definition Classes
    MapReader → CustomVisitor → Visitor
  30. def visitNum(s: CharSequence, decIndex: Int, expIndex: Int): Z
    Definition Classes
    Visitor
  31. def visitNumRaw(d: Double, index: Int): Z
    Definition Classes
    MapReader → Visitor
  32. def visitNumRawString(s: String, index: Int): Z
    Definition Classes
    Visitor
  33. def visitObject(index: Int): ObjVisitor[T, Z]
    Definition Classes
    MapReader → CustomVisitor → Visitor
  34. def visitObject(): ObjVisitor[T, Z]
    Definition Classes
    Visitor
  35. def visitString(s: CharSequence, index: Int): Z
    Definition Classes
    MapReader → CustomVisitor → Visitor
  36. def visitString(s: CharSequence): Z
    Definition Classes
    Visitor
  37. def visitTrue(index: Int): Z
    Definition Classes
    MapReader → CustomVisitor → Visitor
  38. def visitTrue(): Z
    Definition Classes
    Visitor
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from BaseReader[T, Z]

Inherited from CustomVisitor[T, Z]

Inherited from Visitor[T, Z]

Inherited from AnyRef

Inherited from Any

Ungrouped