sbencoding

ProductFormats

Related Docs: object ProductFormats | package sbencoding

trait ProductFormats extends ProductFormatsInstances

Provides the helpers for constructing custom JsonFormat implementations for types implementing the Product trait (especially case classes)

Self Type
ProductFormats with StandardFormats
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ProductFormats
  2. ProductFormatsInstances
  3. AnyRef
  4. 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. def bencodingFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, P22, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, P22) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String, fieldName19: String, fieldName20: String, fieldName21: String, fieldName22: String)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: (ProductFormats.this)#BF[P6], arg6: (ProductFormats.this)#BF[P7], arg7: (ProductFormats.this)#BF[P8], arg8: (ProductFormats.this)#BF[P9], arg9: (ProductFormats.this)#BF[P10], arg10: (ProductFormats.this)#BF[P11], arg11: (ProductFormats.this)#BF[P12], arg12: (ProductFormats.this)#BF[P13], arg13: (ProductFormats.this)#BF[P14], arg14: (ProductFormats.this)#BF[P15], arg15: (ProductFormats.this)#BF[P16], arg16: (ProductFormats.this)#BF[P17], arg17: (ProductFormats.this)#BF[P18], arg18: (ProductFormats.this)#BF[P19], arg19: (ProductFormats.this)#BF[P20], arg20: (ProductFormats.this)#BF[P21], arg21: (ProductFormats.this)#BF[P22]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  6. def bencodingFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String, fieldName19: String, fieldName20: String, fieldName21: String)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: (ProductFormats.this)#BF[P6], arg6: (ProductFormats.this)#BF[P7], arg7: (ProductFormats.this)#BF[P8], arg8: (ProductFormats.this)#BF[P9], arg9: (ProductFormats.this)#BF[P10], arg10: (ProductFormats.this)#BF[P11], arg11: (ProductFormats.this)#BF[P12], arg12: (ProductFormats.this)#BF[P13], arg13: (ProductFormats.this)#BF[P14], arg14: (ProductFormats.this)#BF[P15], arg15: (ProductFormats.this)#BF[P16], arg16: (ProductFormats.this)#BF[P17], arg17: (ProductFormats.this)#BF[P18], arg18: (ProductFormats.this)#BF[P19], arg19: (ProductFormats.this)#BF[P20], arg20: (ProductFormats.this)#BF[P21]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  7. def bencodingFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String, fieldName19: String, fieldName20: String)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: (ProductFormats.this)#BF[P6], arg6: (ProductFormats.this)#BF[P7], arg7: (ProductFormats.this)#BF[P8], arg8: (ProductFormats.this)#BF[P9], arg9: (ProductFormats.this)#BF[P10], arg10: (ProductFormats.this)#BF[P11], arg11: (ProductFormats.this)#BF[P12], arg12: (ProductFormats.this)#BF[P13], arg13: (ProductFormats.this)#BF[P14], arg14: (ProductFormats.this)#BF[P15], arg15: (ProductFormats.this)#BF[P16], arg16: (ProductFormats.this)#BF[P17], arg17: (ProductFormats.this)#BF[P18], arg18: (ProductFormats.this)#BF[P19], arg19: (ProductFormats.this)#BF[P20]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  8. def bencodingFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String, fieldName19: String)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: (ProductFormats.this)#BF[P6], arg6: (ProductFormats.this)#BF[P7], arg7: (ProductFormats.this)#BF[P8], arg8: (ProductFormats.this)#BF[P9], arg9: (ProductFormats.this)#BF[P10], arg10: (ProductFormats.this)#BF[P11], arg11: (ProductFormats.this)#BF[P12], arg12: (ProductFormats.this)#BF[P13], arg13: (ProductFormats.this)#BF[P14], arg14: (ProductFormats.this)#BF[P15], arg15: (ProductFormats.this)#BF[P16], arg16: (ProductFormats.this)#BF[P17], arg17: (ProductFormats.this)#BF[P18], arg18: (ProductFormats.this)#BF[P19]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  9. def bencodingFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: (ProductFormats.this)#BF[P6], arg6: (ProductFormats.this)#BF[P7], arg7: (ProductFormats.this)#BF[P8], arg8: (ProductFormats.this)#BF[P9], arg9: (ProductFormats.this)#BF[P10], arg10: (ProductFormats.this)#BF[P11], arg11: (ProductFormats.this)#BF[P12], arg12: (ProductFormats.this)#BF[P13], arg13: (ProductFormats.this)#BF[P14], arg14: (ProductFormats.this)#BF[P15], arg15: (ProductFormats.this)#BF[P16], arg16: (ProductFormats.this)#BF[P17], arg17: (ProductFormats.this)#BF[P18]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  10. def bencodingFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: (ProductFormats.this)#BF[P6], arg6: (ProductFormats.this)#BF[P7], arg7: (ProductFormats.this)#BF[P8], arg8: (ProductFormats.this)#BF[P9], arg9: (ProductFormats.this)#BF[P10], arg10: (ProductFormats.this)#BF[P11], arg11: (ProductFormats.this)#BF[P12], arg12: (ProductFormats.this)#BF[P13], arg13: (ProductFormats.this)#BF[P14], arg14: (ProductFormats.this)#BF[P15], arg15: (ProductFormats.this)#BF[P16], arg16: (ProductFormats.this)#BF[P17]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  11. def bencodingFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: (ProductFormats.this)#BF[P6], arg6: (ProductFormats.this)#BF[P7], arg7: (ProductFormats.this)#BF[P8], arg8: (ProductFormats.this)#BF[P9], arg9: (ProductFormats.this)#BF[P10], arg10: (ProductFormats.this)#BF[P11], arg11: (ProductFormats.this)#BF[P12], arg12: (ProductFormats.this)#BF[P13], arg13: (ProductFormats.this)#BF[P14], arg14: (ProductFormats.this)#BF[P15], arg15: (ProductFormats.this)#BF[P16]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  12. def bencodingFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: (ProductFormats.this)#BF[P6], arg6: (ProductFormats.this)#BF[P7], arg7: (ProductFormats.this)#BF[P8], arg8: (ProductFormats.this)#BF[P9], arg9: (ProductFormats.this)#BF[P10], arg10: (ProductFormats.this)#BF[P11], arg11: (ProductFormats.this)#BF[P12], arg12: (ProductFormats.this)#BF[P13], arg13: (ProductFormats.this)#BF[P14], arg14: (ProductFormats.this)#BF[P15]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  13. def bencodingFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: (ProductFormats.this)#BF[P6], arg6: (ProductFormats.this)#BF[P7], arg7: (ProductFormats.this)#BF[P8], arg8: (ProductFormats.this)#BF[P9], arg9: (ProductFormats.this)#BF[P10], arg10: (ProductFormats.this)#BF[P11], arg11: (ProductFormats.this)#BF[P12], arg12: (ProductFormats.this)#BF[P13], arg13: (ProductFormats.this)#BF[P14]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  14. def bencodingFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: (ProductFormats.this)#BF[P6], arg6: (ProductFormats.this)#BF[P7], arg7: (ProductFormats.this)#BF[P8], arg8: (ProductFormats.this)#BF[P9], arg9: (ProductFormats.this)#BF[P10], arg10: (ProductFormats.this)#BF[P11], arg11: (ProductFormats.this)#BF[P12], arg12: (ProductFormats.this)#BF[P13]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  15. def bencodingFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: (ProductFormats.this)#BF[P6], arg6: (ProductFormats.this)#BF[P7], arg7: (ProductFormats.this)#BF[P8], arg8: (ProductFormats.this)#BF[P9], arg9: (ProductFormats.this)#BF[P10], arg10: (ProductFormats.this)#BF[P11], arg11: (ProductFormats.this)#BF[P12]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  16. def bencodingFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: (ProductFormats.this)#BF[P6], arg6: (ProductFormats.this)#BF[P7], arg7: (ProductFormats.this)#BF[P8], arg8: (ProductFormats.this)#BF[P9], arg9: (ProductFormats.this)#BF[P10], arg10: (ProductFormats.this)#BF[P11]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  17. def bencodingFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: (ProductFormats.this)#BF[P6], arg6: (ProductFormats.this)#BF[P7], arg7: (ProductFormats.this)#BF[P8], arg8: (ProductFormats.this)#BF[P9], arg9: (ProductFormats.this)#BF[P10]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  18. def bencodingFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: (ProductFormats.this)#BF[P6], arg6: (ProductFormats.this)#BF[P7], arg7: (ProductFormats.this)#BF[P8], arg8: (ProductFormats.this)#BF[P9]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  19. def bencodingFormat[P1, P2, P3, P4, P5, P6, P7, P8, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: (ProductFormats.this)#BF[P6], arg6: (ProductFormats.this)#BF[P7], arg7: (ProductFormats.this)#BF[P8]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  20. def bencodingFormat[P1, P2, P3, P4, P5, P6, P7, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: (ProductFormats.this)#BF[P6], arg6: (ProductFormats.this)#BF[P7]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  21. def bencodingFormat[P1, P2, P3, P4, P5, P6, T <: Product](construct: (P1, P2, P3, P4, P5, P6) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: (ProductFormats.this)#BF[P6]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  22. def bencodingFormat[P1, P2, P3, P4, P5, T <: Product](construct: (P1, P2, P3, P4, P5) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  23. def bencodingFormat[P1, P2, P3, P4, T <: Product](construct: (P1, P2, P3, P4) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  24. def bencodingFormat[P1, P2, P3, T <: Product](construct: (P1, P2, P3) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  25. def bencodingFormat[P1, P2, T <: Product](construct: (P1, P2) ⇒ T, fieldName1: String, fieldName2: String)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  26. def bencodingFormat[P1, T <: Product](construct: (P1) ⇒ T, fieldName1: String)(implicit arg0: (ProductFormats.this)#BF[P1]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  27. def bencodingFormat0[T](construct: () ⇒ T): BencodingFormat[T]

  28. def bencodingFormat1[P1, T <: Product](construct: (P1) ⇒ T)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: ClassTag[T]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  29. def bencodingFormat10[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10) ⇒ T)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: (ProductFormats.this)#BF[P6], arg6: (ProductFormats.this)#BF[P7], arg7: (ProductFormats.this)#BF[P8], arg8: (ProductFormats.this)#BF[P9], arg9: (ProductFormats.this)#BF[P10], arg10: ClassTag[T]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  30. def bencodingFormat11[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11) ⇒ T)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: (ProductFormats.this)#BF[P6], arg6: (ProductFormats.this)#BF[P7], arg7: (ProductFormats.this)#BF[P8], arg8: (ProductFormats.this)#BF[P9], arg9: (ProductFormats.this)#BF[P10], arg10: (ProductFormats.this)#BF[P11], arg11: ClassTag[T]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  31. def bencodingFormat12[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12) ⇒ T)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: (ProductFormats.this)#BF[P6], arg6: (ProductFormats.this)#BF[P7], arg7: (ProductFormats.this)#BF[P8], arg8: (ProductFormats.this)#BF[P9], arg9: (ProductFormats.this)#BF[P10], arg10: (ProductFormats.this)#BF[P11], arg11: (ProductFormats.this)#BF[P12], arg12: ClassTag[T]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  32. def bencodingFormat13[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13) ⇒ T)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: (ProductFormats.this)#BF[P6], arg6: (ProductFormats.this)#BF[P7], arg7: (ProductFormats.this)#BF[P8], arg8: (ProductFormats.this)#BF[P9], arg9: (ProductFormats.this)#BF[P10], arg10: (ProductFormats.this)#BF[P11], arg11: (ProductFormats.this)#BF[P12], arg12: (ProductFormats.this)#BF[P13], arg13: ClassTag[T]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  33. def bencodingFormat14[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14) ⇒ T)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: (ProductFormats.this)#BF[P6], arg6: (ProductFormats.this)#BF[P7], arg7: (ProductFormats.this)#BF[P8], arg8: (ProductFormats.this)#BF[P9], arg9: (ProductFormats.this)#BF[P10], arg10: (ProductFormats.this)#BF[P11], arg11: (ProductFormats.this)#BF[P12], arg12: (ProductFormats.this)#BF[P13], arg13: (ProductFormats.this)#BF[P14], arg14: ClassTag[T]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  34. def bencodingFormat15[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15) ⇒ T)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: (ProductFormats.this)#BF[P6], arg6: (ProductFormats.this)#BF[P7], arg7: (ProductFormats.this)#BF[P8], arg8: (ProductFormats.this)#BF[P9], arg9: (ProductFormats.this)#BF[P10], arg10: (ProductFormats.this)#BF[P11], arg11: (ProductFormats.this)#BF[P12], arg12: (ProductFormats.this)#BF[P13], arg13: (ProductFormats.this)#BF[P14], arg14: (ProductFormats.this)#BF[P15], arg15: ClassTag[T]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  35. def bencodingFormat16[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16) ⇒ T)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: (ProductFormats.this)#BF[P6], arg6: (ProductFormats.this)#BF[P7], arg7: (ProductFormats.this)#BF[P8], arg8: (ProductFormats.this)#BF[P9], arg9: (ProductFormats.this)#BF[P10], arg10: (ProductFormats.this)#BF[P11], arg11: (ProductFormats.this)#BF[P12], arg12: (ProductFormats.this)#BF[P13], arg13: (ProductFormats.this)#BF[P14], arg14: (ProductFormats.this)#BF[P15], arg15: (ProductFormats.this)#BF[P16], arg16: ClassTag[T]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  36. def bencodingFormat17[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17) ⇒ T)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: (ProductFormats.this)#BF[P6], arg6: (ProductFormats.this)#BF[P7], arg7: (ProductFormats.this)#BF[P8], arg8: (ProductFormats.this)#BF[P9], arg9: (ProductFormats.this)#BF[P10], arg10: (ProductFormats.this)#BF[P11], arg11: (ProductFormats.this)#BF[P12], arg12: (ProductFormats.this)#BF[P13], arg13: (ProductFormats.this)#BF[P14], arg14: (ProductFormats.this)#BF[P15], arg15: (ProductFormats.this)#BF[P16], arg16: (ProductFormats.this)#BF[P17], arg17: ClassTag[T]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  37. def bencodingFormat18[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18) ⇒ T)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: (ProductFormats.this)#BF[P6], arg6: (ProductFormats.this)#BF[P7], arg7: (ProductFormats.this)#BF[P8], arg8: (ProductFormats.this)#BF[P9], arg9: (ProductFormats.this)#BF[P10], arg10: (ProductFormats.this)#BF[P11], arg11: (ProductFormats.this)#BF[P12], arg12: (ProductFormats.this)#BF[P13], arg13: (ProductFormats.this)#BF[P14], arg14: (ProductFormats.this)#BF[P15], arg15: (ProductFormats.this)#BF[P16], arg16: (ProductFormats.this)#BF[P17], arg17: (ProductFormats.this)#BF[P18], arg18: ClassTag[T]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  38. def bencodingFormat19[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19) ⇒ T)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: (ProductFormats.this)#BF[P6], arg6: (ProductFormats.this)#BF[P7], arg7: (ProductFormats.this)#BF[P8], arg8: (ProductFormats.this)#BF[P9], arg9: (ProductFormats.this)#BF[P10], arg10: (ProductFormats.this)#BF[P11], arg11: (ProductFormats.this)#BF[P12], arg12: (ProductFormats.this)#BF[P13], arg13: (ProductFormats.this)#BF[P14], arg14: (ProductFormats.this)#BF[P15], arg15: (ProductFormats.this)#BF[P16], arg16: (ProductFormats.this)#BF[P17], arg17: (ProductFormats.this)#BF[P18], arg18: (ProductFormats.this)#BF[P19], arg19: ClassTag[T]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  39. def bencodingFormat2[P1, P2, T <: Product](construct: (P1, P2) ⇒ T)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: ClassTag[T]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  40. def bencodingFormat20[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20) ⇒ T)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: (ProductFormats.this)#BF[P6], arg6: (ProductFormats.this)#BF[P7], arg7: (ProductFormats.this)#BF[P8], arg8: (ProductFormats.this)#BF[P9], arg9: (ProductFormats.this)#BF[P10], arg10: (ProductFormats.this)#BF[P11], arg11: (ProductFormats.this)#BF[P12], arg12: (ProductFormats.this)#BF[P13], arg13: (ProductFormats.this)#BF[P14], arg14: (ProductFormats.this)#BF[P15], arg15: (ProductFormats.this)#BF[P16], arg16: (ProductFormats.this)#BF[P17], arg17: (ProductFormats.this)#BF[P18], arg18: (ProductFormats.this)#BF[P19], arg19: (ProductFormats.this)#BF[P20], arg20: ClassTag[T]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  41. def bencodingFormat21[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21) ⇒ T)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: (ProductFormats.this)#BF[P6], arg6: (ProductFormats.this)#BF[P7], arg7: (ProductFormats.this)#BF[P8], arg8: (ProductFormats.this)#BF[P9], arg9: (ProductFormats.this)#BF[P10], arg10: (ProductFormats.this)#BF[P11], arg11: (ProductFormats.this)#BF[P12], arg12: (ProductFormats.this)#BF[P13], arg13: (ProductFormats.this)#BF[P14], arg14: (ProductFormats.this)#BF[P15], arg15: (ProductFormats.this)#BF[P16], arg16: (ProductFormats.this)#BF[P17], arg17: (ProductFormats.this)#BF[P18], arg18: (ProductFormats.this)#BF[P19], arg19: (ProductFormats.this)#BF[P20], arg20: (ProductFormats.this)#BF[P21], arg21: ClassTag[T]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  42. def bencodingFormat22[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, P22, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, P22) ⇒ T)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: (ProductFormats.this)#BF[P6], arg6: (ProductFormats.this)#BF[P7], arg7: (ProductFormats.this)#BF[P8], arg8: (ProductFormats.this)#BF[P9], arg9: (ProductFormats.this)#BF[P10], arg10: (ProductFormats.this)#BF[P11], arg11: (ProductFormats.this)#BF[P12], arg12: (ProductFormats.this)#BF[P13], arg13: (ProductFormats.this)#BF[P14], arg14: (ProductFormats.this)#BF[P15], arg15: (ProductFormats.this)#BF[P16], arg16: (ProductFormats.this)#BF[P17], arg17: (ProductFormats.this)#BF[P18], arg18: (ProductFormats.this)#BF[P19], arg19: (ProductFormats.this)#BF[P20], arg20: (ProductFormats.this)#BF[P21], arg21: (ProductFormats.this)#BF[P22], arg22: ClassTag[T]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  43. def bencodingFormat3[P1, P2, P3, T <: Product](construct: (P1, P2, P3) ⇒ T)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: ClassTag[T]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  44. def bencodingFormat4[P1, P2, P3, P4, T <: Product](construct: (P1, P2, P3, P4) ⇒ T)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: ClassTag[T]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  45. def bencodingFormat5[P1, P2, P3, P4, P5, T <: Product](construct: (P1, P2, P3, P4, P5) ⇒ T)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: ClassTag[T]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  46. def bencodingFormat6[P1, P2, P3, P4, P5, P6, T <: Product](construct: (P1, P2, P3, P4, P5, P6) ⇒ T)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: (ProductFormats.this)#BF[P6], arg6: ClassTag[T]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  47. def bencodingFormat7[P1, P2, P3, P4, P5, P6, P7, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7) ⇒ T)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: (ProductFormats.this)#BF[P6], arg6: (ProductFormats.this)#BF[P7], arg7: ClassTag[T]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  48. def bencodingFormat8[P1, P2, P3, P4, P5, P6, P7, P8, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8) ⇒ T)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: (ProductFormats.this)#BF[P6], arg6: (ProductFormats.this)#BF[P7], arg7: (ProductFormats.this)#BF[P8], arg8: ClassTag[T]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  49. def bencodingFormat9[P1, P2, P3, P4, P5, P6, P7, P8, P9, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9) ⇒ T)(implicit arg0: (ProductFormats.this)#BF[P1], arg1: (ProductFormats.this)#BF[P2], arg2: (ProductFormats.this)#BF[P3], arg3: (ProductFormats.this)#BF[P4], arg4: (ProductFormats.this)#BF[P5], arg5: (ProductFormats.this)#BF[P6], arg6: (ProductFormats.this)#BF[P7], arg7: (ProductFormats.this)#BF[P8], arg8: (ProductFormats.this)#BF[P9], arg9: ClassTag[T]): BencodingFormat[T]

    Definition Classes
    ProductFormatsInstances
  50. def clone(): AnyRef

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

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

    Definition Classes
    AnyRef → Any
  53. def extractFieldNames(classTag: ClassTag[_]): Array[String]

    Attributes
    protected
  54. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  55. def fromField[T](value: BcValue, fieldName: String)(implicit reader: BencodingReader[T]): T

    Attributes
    protected
  56. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  59. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  62. def productElement2Field[T](fieldName: String, p: Product, ix: Int, rest: List[BcField] = Nil)(implicit writer: BencodingWriter[T]): List[BcField]

    Attributes
    protected
  63. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  64. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ProductFormatsInstances

Inherited from AnyRef

Inherited from Any

Ungrouped