upickle

Internal

object Internal extends InternalUtils with InternalGenerated

APIs that need to be exposed to the outside world to support Macros which depend on them, but probably should not get used directly.

Linear Supertypes
upickle.InternalGenerated, upickle.InternalUtils, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Internal
  2. InternalGenerated
  3. InternalUtils
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit class mergeable[T, R] extends AnyRef

    Definition Classes
    InternalUtils

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def Case0R[T](t: T): Reader[T]

    Definition Classes
    InternalUtils
  7. def Case0W[T](t: T): Writer[T]

    Definition Classes
    InternalUtils
  8. def Case10R[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, V](f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) ⇒ V, names: Array[String], defaults: Array[Value])(implicit arg0: Reader[T1], arg1: Reader[T2], arg2: Reader[T3], arg3: Reader[T4], arg4: Reader[T5], arg5: Reader[T6], arg6: Reader[T7], arg7: Reader[T8], arg8: Reader[T9], arg9: Reader[T10]): Reader[V]

    Definition Classes
    InternalGenerated
  9. def Case10W[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, V](g: (V) ⇒ Option[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)], names: Array[String], defaults: Array[Value])(implicit arg0: Writer[T1], arg1: Writer[T2], arg2: Writer[T3], arg3: Writer[T4], arg4: Writer[T5], arg5: Writer[T6], arg6: Writer[T7], arg7: Writer[T8], arg8: Writer[T9], arg9: Writer[T10]): Writer[V]

    Definition Classes
    InternalGenerated
  10. def Case11R[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, V](f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) ⇒ V, names: Array[String], defaults: Array[Value])(implicit arg0: Reader[T1], arg1: Reader[T2], arg2: Reader[T3], arg3: Reader[T4], arg4: Reader[T5], arg5: Reader[T6], arg6: Reader[T7], arg7: Reader[T8], arg8: Reader[T9], arg9: Reader[T10], arg10: Reader[T11]): Reader[V]

    Definition Classes
    InternalGenerated
  11. def Case11W[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, V](g: (V) ⇒ Option[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)], names: Array[String], defaults: Array[Value])(implicit arg0: Writer[T1], arg1: Writer[T2], arg2: Writer[T3], arg3: Writer[T4], arg4: Writer[T5], arg5: Writer[T6], arg6: Writer[T7], arg7: Writer[T8], arg8: Writer[T9], arg9: Writer[T10], arg10: Writer[T11]): Writer[V]

    Definition Classes
    InternalGenerated
  12. def Case12R[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, V](f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) ⇒ V, names: Array[String], defaults: Array[Value])(implicit arg0: Reader[T1], arg1: Reader[T2], arg2: Reader[T3], arg3: Reader[T4], arg4: Reader[T5], arg5: Reader[T6], arg6: Reader[T7], arg7: Reader[T8], arg8: Reader[T9], arg9: Reader[T10], arg10: Reader[T11], arg11: Reader[T12]): Reader[V]

    Definition Classes
    InternalGenerated
  13. def Case12W[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, V](g: (V) ⇒ Option[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)], names: Array[String], defaults: Array[Value])(implicit arg0: Writer[T1], arg1: Writer[T2], arg2: Writer[T3], arg3: Writer[T4], arg4: Writer[T5], arg5: Writer[T6], arg6: Writer[T7], arg7: Writer[T8], arg8: Writer[T9], arg9: Writer[T10], arg10: Writer[T11], arg11: Writer[T12]): Writer[V]

    Definition Classes
    InternalGenerated
  14. def Case13R[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, V](f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) ⇒ V, names: Array[String], defaults: Array[Value])(implicit arg0: Reader[T1], arg1: Reader[T2], arg2: Reader[T3], arg3: Reader[T4], arg4: Reader[T5], arg5: Reader[T6], arg6: Reader[T7], arg7: Reader[T8], arg8: Reader[T9], arg9: Reader[T10], arg10: Reader[T11], arg11: Reader[T12], arg12: Reader[T13]): Reader[V]

    Definition Classes
    InternalGenerated
  15. def Case13W[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, V](g: (V) ⇒ Option[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13)], names: Array[String], defaults: Array[Value])(implicit arg0: Writer[T1], arg1: Writer[T2], arg2: Writer[T3], arg3: Writer[T4], arg4: Writer[T5], arg5: Writer[T6], arg6: Writer[T7], arg7: Writer[T8], arg8: Writer[T9], arg9: Writer[T10], arg10: Writer[T11], arg11: Writer[T12], arg12: Writer[T13]): Writer[V]

    Definition Classes
    InternalGenerated
  16. def Case14R[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, V](f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) ⇒ V, names: Array[String], defaults: Array[Value])(implicit arg0: Reader[T1], arg1: Reader[T2], arg2: Reader[T3], arg3: Reader[T4], arg4: Reader[T5], arg5: Reader[T6], arg6: Reader[T7], arg7: Reader[T8], arg8: Reader[T9], arg9: Reader[T10], arg10: Reader[T11], arg11: Reader[T12], arg12: Reader[T13], arg13: Reader[T14]): Reader[V]

    Definition Classes
    InternalGenerated
  17. def Case14W[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, V](g: (V) ⇒ Option[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14)], names: Array[String], defaults: Array[Value])(implicit arg0: Writer[T1], arg1: Writer[T2], arg2: Writer[T3], arg3: Writer[T4], arg4: Writer[T5], arg5: Writer[T6], arg6: Writer[T7], arg7: Writer[T8], arg8: Writer[T9], arg9: Writer[T10], arg10: Writer[T11], arg11: Writer[T12], arg12: Writer[T13], arg13: Writer[T14]): Writer[V]

    Definition Classes
    InternalGenerated
  18. def Case15R[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, V](f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) ⇒ V, names: Array[String], defaults: Array[Value])(implicit arg0: Reader[T1], arg1: Reader[T2], arg2: Reader[T3], arg3: Reader[T4], arg4: Reader[T5], arg5: Reader[T6], arg6: Reader[T7], arg7: Reader[T8], arg8: Reader[T9], arg9: Reader[T10], arg10: Reader[T11], arg11: Reader[T12], arg12: Reader[T13], arg13: Reader[T14], arg14: Reader[T15]): Reader[V]

    Definition Classes
    InternalGenerated
  19. def Case15W[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, V](g: (V) ⇒ Option[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)], names: Array[String], defaults: Array[Value])(implicit arg0: Writer[T1], arg1: Writer[T2], arg2: Writer[T3], arg3: Writer[T4], arg4: Writer[T5], arg5: Writer[T6], arg6: Writer[T7], arg7: Writer[T8], arg8: Writer[T9], arg9: Writer[T10], arg10: Writer[T11], arg11: Writer[T12], arg12: Writer[T13], arg13: Writer[T14], arg14: Writer[T15]): Writer[V]

    Definition Classes
    InternalGenerated
  20. def Case16R[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, V](f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) ⇒ V, names: Array[String], defaults: Array[Value])(implicit arg0: Reader[T1], arg1: Reader[T2], arg2: Reader[T3], arg3: Reader[T4], arg4: Reader[T5], arg5: Reader[T6], arg6: Reader[T7], arg7: Reader[T8], arg8: Reader[T9], arg9: Reader[T10], arg10: Reader[T11], arg11: Reader[T12], arg12: Reader[T13], arg13: Reader[T14], arg14: Reader[T15], arg15: Reader[T16]): Reader[V]

    Definition Classes
    InternalGenerated
  21. def Case16W[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, V](g: (V) ⇒ Option[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16)], names: Array[String], defaults: Array[Value])(implicit arg0: Writer[T1], arg1: Writer[T2], arg2: Writer[T3], arg3: Writer[T4], arg4: Writer[T5], arg5: Writer[T6], arg6: Writer[T7], arg7: Writer[T8], arg8: Writer[T9], arg9: Writer[T10], arg10: Writer[T11], arg11: Writer[T12], arg12: Writer[T13], arg13: Writer[T14], arg14: Writer[T15], arg15: Writer[T16]): Writer[V]

    Definition Classes
    InternalGenerated
  22. def Case17R[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, V](f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) ⇒ V, names: Array[String], defaults: Array[Value])(implicit arg0: Reader[T1], arg1: Reader[T2], arg2: Reader[T3], arg3: Reader[T4], arg4: Reader[T5], arg5: Reader[T6], arg6: Reader[T7], arg7: Reader[T8], arg8: Reader[T9], arg9: Reader[T10], arg10: Reader[T11], arg11: Reader[T12], arg12: Reader[T13], arg13: Reader[T14], arg14: Reader[T15], arg15: Reader[T16], arg16: Reader[T17]): Reader[V]

    Definition Classes
    InternalGenerated
  23. def Case17W[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, V](g: (V) ⇒ Option[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17)], names: Array[String], defaults: Array[Value])(implicit arg0: Writer[T1], arg1: Writer[T2], arg2: Writer[T3], arg3: Writer[T4], arg4: Writer[T5], arg5: Writer[T6], arg6: Writer[T7], arg7: Writer[T8], arg8: Writer[T9], arg9: Writer[T10], arg10: Writer[T11], arg11: Writer[T12], arg12: Writer[T13], arg13: Writer[T14], arg14: Writer[T15], arg15: Writer[T16], arg16: Writer[T17]): Writer[V]

    Definition Classes
    InternalGenerated
  24. def Case18R[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, V](f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) ⇒ V, names: Array[String], defaults: Array[Value])(implicit arg0: Reader[T1], arg1: Reader[T2], arg2: Reader[T3], arg3: Reader[T4], arg4: Reader[T5], arg5: Reader[T6], arg6: Reader[T7], arg7: Reader[T8], arg8: Reader[T9], arg9: Reader[T10], arg10: Reader[T11], arg11: Reader[T12], arg12: Reader[T13], arg13: Reader[T14], arg14: Reader[T15], arg15: Reader[T16], arg16: Reader[T17], arg17: Reader[T18]): Reader[V]

    Definition Classes
    InternalGenerated
  25. def Case18W[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, V](g: (V) ⇒ Option[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18)], names: Array[String], defaults: Array[Value])(implicit arg0: Writer[T1], arg1: Writer[T2], arg2: Writer[T3], arg3: Writer[T4], arg4: Writer[T5], arg5: Writer[T6], arg6: Writer[T7], arg7: Writer[T8], arg8: Writer[T9], arg9: Writer[T10], arg10: Writer[T11], arg11: Writer[T12], arg12: Writer[T13], arg13: Writer[T14], arg14: Writer[T15], arg15: Writer[T16], arg16: Writer[T17], arg17: Writer[T18]): Writer[V]

    Definition Classes
    InternalGenerated
  26. def Case19R[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, V](f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) ⇒ V, names: Array[String], defaults: Array[Value])(implicit arg0: Reader[T1], arg1: Reader[T2], arg2: Reader[T3], arg3: Reader[T4], arg4: Reader[T5], arg5: Reader[T6], arg6: Reader[T7], arg7: Reader[T8], arg8: Reader[T9], arg9: Reader[T10], arg10: Reader[T11], arg11: Reader[T12], arg12: Reader[T13], arg13: Reader[T14], arg14: Reader[T15], arg15: Reader[T16], arg16: Reader[T17], arg17: Reader[T18], arg18: Reader[T19]): Reader[V]

    Definition Classes
    InternalGenerated
  27. def Case19W[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, V](g: (V) ⇒ Option[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19)], names: Array[String], defaults: Array[Value])(implicit arg0: Writer[T1], arg1: Writer[T2], arg2: Writer[T3], arg3: Writer[T4], arg4: Writer[T5], arg5: Writer[T6], arg6: Writer[T7], arg7: Writer[T8], arg8: Writer[T9], arg9: Writer[T10], arg10: Writer[T11], arg11: Writer[T12], arg12: Writer[T13], arg13: Writer[T14], arg14: Writer[T15], arg15: Writer[T16], arg16: Writer[T17], arg17: Writer[T18], arg18: Writer[T19]): Writer[V]

    Definition Classes
    InternalGenerated
  28. def Case1R[T1, V](f: (T1) ⇒ V, names: Array[String], defaults: Array[Value])(implicit arg0: Reader[T1]): Reader[V]

    Definition Classes
    InternalGenerated
  29. def Case1W[T1, V](g: (V) ⇒ Option[(T1)], names: Array[String], defaults: Array[Value])(implicit arg0: Writer[T1]): Writer[V]

    Definition Classes
    InternalGenerated
  30. def Case20R[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, V](f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) ⇒ V, names: Array[String], defaults: Array[Value])(implicit arg0: Reader[T1], arg1: Reader[T2], arg2: Reader[T3], arg3: Reader[T4], arg4: Reader[T5], arg5: Reader[T6], arg6: Reader[T7], arg7: Reader[T8], arg8: Reader[T9], arg9: Reader[T10], arg10: Reader[T11], arg11: Reader[T12], arg12: Reader[T13], arg13: Reader[T14], arg14: Reader[T15], arg15: Reader[T16], arg16: Reader[T17], arg17: Reader[T18], arg18: Reader[T19], arg19: Reader[T20]): Reader[V]

    Definition Classes
    InternalGenerated
  31. def Case20W[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, V](g: (V) ⇒ Option[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20)], names: Array[String], defaults: Array[Value])(implicit arg0: Writer[T1], arg1: Writer[T2], arg2: Writer[T3], arg3: Writer[T4], arg4: Writer[T5], arg5: Writer[T6], arg6: Writer[T7], arg7: Writer[T8], arg8: Writer[T9], arg9: Writer[T10], arg10: Writer[T11], arg11: Writer[T12], arg12: Writer[T13], arg13: Writer[T14], arg14: Writer[T15], arg15: Writer[T16], arg16: Writer[T17], arg17: Writer[T18], arg18: Writer[T19], arg19: Writer[T20]): Writer[V]

    Definition Classes
    InternalGenerated
  32. def Case21R[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, V](f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) ⇒ V, names: Array[String], defaults: Array[Value])(implicit arg0: Reader[T1], arg1: Reader[T2], arg2: Reader[T3], arg3: Reader[T4], arg4: Reader[T5], arg5: Reader[T6], arg6: Reader[T7], arg7: Reader[T8], arg8: Reader[T9], arg9: Reader[T10], arg10: Reader[T11], arg11: Reader[T12], arg12: Reader[T13], arg13: Reader[T14], arg14: Reader[T15], arg15: Reader[T16], arg16: Reader[T17], arg17: Reader[T18], arg18: Reader[T19], arg19: Reader[T20], arg20: Reader[T21]): Reader[V]

    Definition Classes
    InternalGenerated
  33. def Case21W[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, V](g: (V) ⇒ Option[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21)], names: Array[String], defaults: Array[Value])(implicit arg0: Writer[T1], arg1: Writer[T2], arg2: Writer[T3], arg3: Writer[T4], arg4: Writer[T5], arg5: Writer[T6], arg6: Writer[T7], arg7: Writer[T8], arg8: Writer[T9], arg9: Writer[T10], arg10: Writer[T11], arg11: Writer[T12], arg12: Writer[T13], arg13: Writer[T14], arg14: Writer[T15], arg15: Writer[T16], arg16: Writer[T17], arg17: Writer[T18], arg18: Writer[T19], arg19: Writer[T20], arg20: Writer[T21]): Writer[V]

    Definition Classes
    InternalGenerated
  34. def Case22R[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, V](f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) ⇒ V, names: Array[String], defaults: Array[Value])(implicit arg0: Reader[T1], arg1: Reader[T2], arg2: Reader[T3], arg3: Reader[T4], arg4: Reader[T5], arg5: Reader[T6], arg6: Reader[T7], arg7: Reader[T8], arg8: Reader[T9], arg9: Reader[T10], arg10: Reader[T11], arg11: Reader[T12], arg12: Reader[T13], arg13: Reader[T14], arg14: Reader[T15], arg15: Reader[T16], arg16: Reader[T17], arg17: Reader[T18], arg18: Reader[T19], arg19: Reader[T20], arg20: Reader[T21], arg21: Reader[T22]): Reader[V]

    Definition Classes
    InternalGenerated
  35. def Case22W[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, V](g: (V) ⇒ Option[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22)], names: Array[String], defaults: Array[Value])(implicit arg0: Writer[T1], arg1: Writer[T2], arg2: Writer[T3], arg3: Writer[T4], arg4: Writer[T5], arg5: Writer[T6], arg6: Writer[T7], arg7: Writer[T8], arg8: Writer[T9], arg9: Writer[T10], arg10: Writer[T11], arg11: Writer[T12], arg12: Writer[T13], arg13: Writer[T14], arg14: Writer[T15], arg15: Writer[T16], arg16: Writer[T17], arg17: Writer[T18], arg18: Writer[T19], arg19: Writer[T20], arg20: Writer[T21], arg21: Writer[T22]): Writer[V]

    Definition Classes
    InternalGenerated
  36. def Case2R[T1, T2, V](f: (T1, T2) ⇒ V, names: Array[String], defaults: Array[Value])(implicit arg0: Reader[T1], arg1: Reader[T2]): Reader[V]

    Definition Classes
    InternalGenerated
  37. def Case2W[T1, T2, V](g: (V) ⇒ Option[(T1, T2)], names: Array[String], defaults: Array[Value])(implicit arg0: Writer[T1], arg1: Writer[T2]): Writer[V]

    Definition Classes
    InternalGenerated
  38. def Case3R[T1, T2, T3, V](f: (T1, T2, T3) ⇒ V, names: Array[String], defaults: Array[Value])(implicit arg0: Reader[T1], arg1: Reader[T2], arg2: Reader[T3]): Reader[V]

    Definition Classes
    InternalGenerated
  39. def Case3W[T1, T2, T3, V](g: (V) ⇒ Option[(T1, T2, T3)], names: Array[String], defaults: Array[Value])(implicit arg0: Writer[T1], arg1: Writer[T2], arg2: Writer[T3]): Writer[V]

    Definition Classes
    InternalGenerated
  40. def Case4R[T1, T2, T3, T4, V](f: (T1, T2, T3, T4) ⇒ V, names: Array[String], defaults: Array[Value])(implicit arg0: Reader[T1], arg1: Reader[T2], arg2: Reader[T3], arg3: Reader[T4]): Reader[V]

    Definition Classes
    InternalGenerated
  41. def Case4W[T1, T2, T3, T4, V](g: (V) ⇒ Option[(T1, T2, T3, T4)], names: Array[String], defaults: Array[Value])(implicit arg0: Writer[T1], arg1: Writer[T2], arg2: Writer[T3], arg3: Writer[T4]): Writer[V]

    Definition Classes
    InternalGenerated
  42. def Case5R[T1, T2, T3, T4, T5, V](f: (T1, T2, T3, T4, T5) ⇒ V, names: Array[String], defaults: Array[Value])(implicit arg0: Reader[T1], arg1: Reader[T2], arg2: Reader[T3], arg3: Reader[T4], arg4: Reader[T5]): Reader[V]

    Definition Classes
    InternalGenerated
  43. def Case5W[T1, T2, T3, T4, T5, V](g: (V) ⇒ Option[(T1, T2, T3, T4, T5)], names: Array[String], defaults: Array[Value])(implicit arg0: Writer[T1], arg1: Writer[T2], arg2: Writer[T3], arg3: Writer[T4], arg4: Writer[T5]): Writer[V]

    Definition Classes
    InternalGenerated
  44. def Case6R[T1, T2, T3, T4, T5, T6, V](f: (T1, T2, T3, T4, T5, T6) ⇒ V, names: Array[String], defaults: Array[Value])(implicit arg0: Reader[T1], arg1: Reader[T2], arg2: Reader[T3], arg3: Reader[T4], arg4: Reader[T5], arg5: Reader[T6]): Reader[V]

    Definition Classes
    InternalGenerated
  45. def Case6W[T1, T2, T3, T4, T5, T6, V](g: (V) ⇒ Option[(T1, T2, T3, T4, T5, T6)], names: Array[String], defaults: Array[Value])(implicit arg0: Writer[T1], arg1: Writer[T2], arg2: Writer[T3], arg3: Writer[T4], arg4: Writer[T5], arg5: Writer[T6]): Writer[V]

    Definition Classes
    InternalGenerated
  46. def Case7R[T1, T2, T3, T4, T5, T6, T7, V](f: (T1, T2, T3, T4, T5, T6, T7) ⇒ V, names: Array[String], defaults: Array[Value])(implicit arg0: Reader[T1], arg1: Reader[T2], arg2: Reader[T3], arg3: Reader[T4], arg4: Reader[T5], arg5: Reader[T6], arg6: Reader[T7]): Reader[V]

    Definition Classes
    InternalGenerated
  47. def Case7W[T1, T2, T3, T4, T5, T6, T7, V](g: (V) ⇒ Option[(T1, T2, T3, T4, T5, T6, T7)], names: Array[String], defaults: Array[Value])(implicit arg0: Writer[T1], arg1: Writer[T2], arg2: Writer[T3], arg3: Writer[T4], arg4: Writer[T5], arg5: Writer[T6], arg6: Writer[T7]): Writer[V]

    Definition Classes
    InternalGenerated
  48. def Case8R[T1, T2, T3, T4, T5, T6, T7, T8, V](f: (T1, T2, T3, T4, T5, T6, T7, T8) ⇒ V, names: Array[String], defaults: Array[Value])(implicit arg0: Reader[T1], arg1: Reader[T2], arg2: Reader[T3], arg3: Reader[T4], arg4: Reader[T5], arg5: Reader[T6], arg6: Reader[T7], arg7: Reader[T8]): Reader[V]

    Definition Classes
    InternalGenerated
  49. def Case8W[T1, T2, T3, T4, T5, T6, T7, T8, V](g: (V) ⇒ Option[(T1, T2, T3, T4, T5, T6, T7, T8)], names: Array[String], defaults: Array[Value])(implicit arg0: Writer[T1], arg1: Writer[T2], arg2: Writer[T3], arg3: Writer[T4], arg4: Writer[T5], arg5: Writer[T6], arg6: Writer[T7], arg7: Writer[T8]): Writer[V]

    Definition Classes
    InternalGenerated
  50. def Case9R[T1, T2, T3, T4, T5, T6, T7, T8, T9, V](f: (T1, T2, T3, T4, T5, T6, T7, T8, T9) ⇒ V, names: Array[String], defaults: Array[Value])(implicit arg0: Reader[T1], arg1: Reader[T2], arg2: Reader[T3], arg3: Reader[T4], arg4: Reader[T5], arg5: Reader[T6], arg6: Reader[T7], arg7: Reader[T8], arg8: Reader[T9]): Reader[V]

    Definition Classes
    InternalGenerated
  51. def Case9W[T1, T2, T3, T4, T5, T6, T7, T8, T9, V](g: (V) ⇒ Option[(T1, T2, T3, T4, T5, T6, T7, T8, T9)], names: Array[String], defaults: Array[Value])(implicit arg0: Writer[T1], arg1: Writer[T2], arg2: Writer[T3], arg3: Writer[T4], arg4: Writer[T5], arg5: Writer[T6], arg6: Writer[T7], arg7: Writer[T8], arg8: Writer[T9]): Writer[V]

    Definition Classes
    InternalGenerated
  52. def annotate[V](rw: W[V], n: String)(implicit arg0: ClassTag[V]): Writer[V]

    Definition Classes
    InternalUtils
  53. def annotate[V](rw: R[V], n: String)(implicit arg0: ClassTag[V]): Reader[V]

    Definition Classes
    InternalUtils
  54. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  55. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  59. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  61. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  62. def knotR[T, V](f: (R[T]) ⇒ V): V

    Definition Classes
    InternalUtils
  63. def knotRW[T, V](f: (RW[T]) ⇒ V): V

    Definition Classes
    InternalUtils
  64. def knotW[T, V](f: (W[T]) ⇒ V): V

    Definition Classes
    InternalUtils
  65. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  66. final def notify(): Unit

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

    Definition Classes
    AnyRef
  68. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  69. def toString(): String

    Definition Classes
    AnyRef → Any
  70. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from upickle.InternalGenerated

Inherited from upickle.InternalUtils

Inherited from AnyRef

Inherited from Any

Ungrouped