Packages

trait DeserializeResult extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeserializeResult
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def and[NEW](that: RT[NEW]): DeserializeResult
  2. abstract def size: Int

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def asTuple10[A, B, C, D, E, F, G, H, I, J]: RT[(A, B, C, D, E, F, G, H, I, J)]
  6. def asTuple11[A, B, C, D, E, F, G, H, I, J, K]: RT[(A, B, C, D, E, F, G, H, I, J, K)]
  7. def asTuple12[A, B, C, D, E, F, G, H, I, J, K, L]: RT[(A, B, C, D, E, F, G, H, I, J, K, L)]
  8. def asTuple13[A, B, C, D, E, F, G, H, I, J, K, L, M]: RT[(A, B, C, D, E, F, G, H, I, J, K, L, M)]
  9. def asTuple14[A, B, C, D, E, F, G, H, I, J, K, L, M, N]: RT[(A, B, C, D, E, F, G, H, I, J, K, L, M, N)]
  10. def asTuple15[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O]: RT[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O)]
  11. def asTuple16[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P]: RT[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P)]
  12. def asTuple17[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q]: RT[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q)]
  13. def asTuple18[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R]: RT[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R)]
  14. def asTuple19[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S]: RT[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S)]
  15. def asTuple2[A, B]: RT[(A, B)]
  16. def asTuple20[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T]: RT[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T)]
  17. def asTuple21[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U]: RT[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U)]
  18. def asTuple22[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V]: RT[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V)]
  19. def asTuple3[A, B, C]: RT[(A, B, C)]
  20. def asTuple4[A, B, C, D]: RT[(A, B, C, D)]
  21. def asTuple5[A, B, C, D, E]: RT[(A, B, C, D, E)]
  22. def asTuple6[A, B, C, D, E, F]: RT[(A, B, C, D, E, F)]
  23. def asTuple7[A, B, C, D, E, F, G]: RT[(A, B, C, D, E, F, G)]
  24. def asTuple8[A, B, C, D, E, F, G, H]: RT[(A, B, C, D, E, F, G, H)]
  25. def asTuple9[A, B, C, D, E, F, G, H, I]: RT[(A, B, C, D, E, F, G, H, I)]
  26. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  29. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  30. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped