org.coursera.common.stringkey

TupleFormats

Related Docs: object TupleFormats | package stringkey

trait TupleFormats extends AnyRef

StringKeyFormats for tuple types with a configuration element separator.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TupleFormats
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val tupleFormatSeparator: String

    Attributes
    protected[this]

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 clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  16. def toString(): String

    Definition Classes
    AnyRef → Any
  17. implicit def tuple10Format[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10](implicit format1: StringKeyFormat[T1], format2: StringKeyFormat[T2], format3: StringKeyFormat[T3], format4: StringKeyFormat[T4], format5: StringKeyFormat[T5], format6: StringKeyFormat[T6], format7: StringKeyFormat[T7], format8: StringKeyFormat[T8], format9: StringKeyFormat[T9], format10: StringKeyFormat[T10]): StringKeyFormat[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)]

  18. implicit def tuple11Format[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11](implicit format1: StringKeyFormat[T1], format2: StringKeyFormat[T2], format3: StringKeyFormat[T3], format4: StringKeyFormat[T4], format5: StringKeyFormat[T5], format6: StringKeyFormat[T6], format7: StringKeyFormat[T7], format8: StringKeyFormat[T8], format9: StringKeyFormat[T9], format10: StringKeyFormat[T10], format11: StringKeyFormat[T11]): StringKeyFormat[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)]

  19. implicit def tuple12Format[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12](implicit format1: StringKeyFormat[T1], format2: StringKeyFormat[T2], format3: StringKeyFormat[T3], format4: StringKeyFormat[T4], format5: StringKeyFormat[T5], format6: StringKeyFormat[T6], format7: StringKeyFormat[T7], format8: StringKeyFormat[T8], format9: StringKeyFormat[T9], format10: StringKeyFormat[T10], format11: StringKeyFormat[T11], format12: StringKeyFormat[T12]): StringKeyFormat[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)]

  20. implicit def tuple13Format[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13](implicit format1: StringKeyFormat[T1], format2: StringKeyFormat[T2], format3: StringKeyFormat[T3], format4: StringKeyFormat[T4], format5: StringKeyFormat[T5], format6: StringKeyFormat[T6], format7: StringKeyFormat[T7], format8: StringKeyFormat[T8], format9: StringKeyFormat[T9], format10: StringKeyFormat[T10], format11: StringKeyFormat[T11], format12: StringKeyFormat[T12], format13: StringKeyFormat[T13]): StringKeyFormat[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13)]

  21. implicit def tuple14Format[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14](implicit format1: StringKeyFormat[T1], format2: StringKeyFormat[T2], format3: StringKeyFormat[T3], format4: StringKeyFormat[T4], format5: StringKeyFormat[T5], format6: StringKeyFormat[T6], format7: StringKeyFormat[T7], format8: StringKeyFormat[T8], format9: StringKeyFormat[T9], format10: StringKeyFormat[T10], format11: StringKeyFormat[T11], format12: StringKeyFormat[T12], format13: StringKeyFormat[T13], format14: StringKeyFormat[T14]): StringKeyFormat[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14)]

  22. implicit def tuple15Format[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15](implicit format1: StringKeyFormat[T1], format2: StringKeyFormat[T2], format3: StringKeyFormat[T3], format4: StringKeyFormat[T4], format5: StringKeyFormat[T5], format6: StringKeyFormat[T6], format7: StringKeyFormat[T7], format8: StringKeyFormat[T8], format9: StringKeyFormat[T9], format10: StringKeyFormat[T10], format11: StringKeyFormat[T11], format12: StringKeyFormat[T12], format13: StringKeyFormat[T13], format14: StringKeyFormat[T14], format15: StringKeyFormat[T15]): StringKeyFormat[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)]

  23. implicit def tuple16Format[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16](implicit format1: StringKeyFormat[T1], format2: StringKeyFormat[T2], format3: StringKeyFormat[T3], format4: StringKeyFormat[T4], format5: StringKeyFormat[T5], format6: StringKeyFormat[T6], format7: StringKeyFormat[T7], format8: StringKeyFormat[T8], format9: StringKeyFormat[T9], format10: StringKeyFormat[T10], format11: StringKeyFormat[T11], format12: StringKeyFormat[T12], format13: StringKeyFormat[T13], format14: StringKeyFormat[T14], format15: StringKeyFormat[T15], format16: StringKeyFormat[T16]): StringKeyFormat[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16)]

  24. implicit def tuple17Format[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17](implicit format1: StringKeyFormat[T1], format2: StringKeyFormat[T2], format3: StringKeyFormat[T3], format4: StringKeyFormat[T4], format5: StringKeyFormat[T5], format6: StringKeyFormat[T6], format7: StringKeyFormat[T7], format8: StringKeyFormat[T8], format9: StringKeyFormat[T9], format10: StringKeyFormat[T10], format11: StringKeyFormat[T11], format12: StringKeyFormat[T12], format13: StringKeyFormat[T13], format14: StringKeyFormat[T14], format15: StringKeyFormat[T15], format16: StringKeyFormat[T16], format17: StringKeyFormat[T17]): StringKeyFormat[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17)]

  25. implicit def tuple18Format[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18](implicit format1: StringKeyFormat[T1], format2: StringKeyFormat[T2], format3: StringKeyFormat[T3], format4: StringKeyFormat[T4], format5: StringKeyFormat[T5], format6: StringKeyFormat[T6], format7: StringKeyFormat[T7], format8: StringKeyFormat[T8], format9: StringKeyFormat[T9], format10: StringKeyFormat[T10], format11: StringKeyFormat[T11], format12: StringKeyFormat[T12], format13: StringKeyFormat[T13], format14: StringKeyFormat[T14], format15: StringKeyFormat[T15], format16: StringKeyFormat[T16], format17: StringKeyFormat[T17], format18: StringKeyFormat[T18]): StringKeyFormat[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18)]

  26. implicit def tuple19Format[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19](implicit format1: StringKeyFormat[T1], format2: StringKeyFormat[T2], format3: StringKeyFormat[T3], format4: StringKeyFormat[T4], format5: StringKeyFormat[T5], format6: StringKeyFormat[T6], format7: StringKeyFormat[T7], format8: StringKeyFormat[T8], format9: StringKeyFormat[T9], format10: StringKeyFormat[T10], format11: StringKeyFormat[T11], format12: StringKeyFormat[T12], format13: StringKeyFormat[T13], format14: StringKeyFormat[T14], format15: StringKeyFormat[T15], format16: StringKeyFormat[T16], format17: StringKeyFormat[T17], format18: StringKeyFormat[T18], format19: StringKeyFormat[T19]): StringKeyFormat[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19)]

  27. implicit def tuple20Format[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20](implicit format1: StringKeyFormat[T1], format2: StringKeyFormat[T2], format3: StringKeyFormat[T3], format4: StringKeyFormat[T4], format5: StringKeyFormat[T5], format6: StringKeyFormat[T6], format7: StringKeyFormat[T7], format8: StringKeyFormat[T8], format9: StringKeyFormat[T9], format10: StringKeyFormat[T10], format11: StringKeyFormat[T11], format12: StringKeyFormat[T12], format13: StringKeyFormat[T13], format14: StringKeyFormat[T14], format15: StringKeyFormat[T15], format16: StringKeyFormat[T16], format17: StringKeyFormat[T17], format18: StringKeyFormat[T18], format19: StringKeyFormat[T19], format20: StringKeyFormat[T20]): StringKeyFormat[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20)]

  28. implicit def tuple21Format[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21](implicit format1: StringKeyFormat[T1], format2: StringKeyFormat[T2], format3: StringKeyFormat[T3], format4: StringKeyFormat[T4], format5: StringKeyFormat[T5], format6: StringKeyFormat[T6], format7: StringKeyFormat[T7], format8: StringKeyFormat[T8], format9: StringKeyFormat[T9], format10: StringKeyFormat[T10], format11: StringKeyFormat[T11], format12: StringKeyFormat[T12], format13: StringKeyFormat[T13], format14: StringKeyFormat[T14], format15: StringKeyFormat[T15], format16: StringKeyFormat[T16], format17: StringKeyFormat[T17], format18: StringKeyFormat[T18], format19: StringKeyFormat[T19], format20: StringKeyFormat[T20], format21: StringKeyFormat[T21]): StringKeyFormat[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21)]

  29. implicit def tuple22Format[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22](implicit format1: StringKeyFormat[T1], format2: StringKeyFormat[T2], format3: StringKeyFormat[T3], format4: StringKeyFormat[T4], format5: StringKeyFormat[T5], format6: StringKeyFormat[T6], format7: StringKeyFormat[T7], format8: StringKeyFormat[T8], format9: StringKeyFormat[T9], format10: StringKeyFormat[T10], format11: StringKeyFormat[T11], format12: StringKeyFormat[T12], format13: StringKeyFormat[T13], format14: StringKeyFormat[T14], format15: StringKeyFormat[T15], format16: StringKeyFormat[T16], format17: StringKeyFormat[T17], format18: StringKeyFormat[T18], format19: StringKeyFormat[T19], format20: StringKeyFormat[T20], format21: StringKeyFormat[T21], format22: StringKeyFormat[T22]): StringKeyFormat[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22)]

  30. implicit def tuple2Format[T1, T2](implicit format1: StringKeyFormat[T1], format2: StringKeyFormat[T2]): StringKeyFormat[(T1, T2)]

  31. implicit def tuple3Format[T1, T2, T3](implicit format1: StringKeyFormat[T1], format2: StringKeyFormat[T2], format3: StringKeyFormat[T3]): StringKeyFormat[(T1, T2, T3)]

  32. implicit def tuple4Format[T1, T2, T3, T4](implicit format1: StringKeyFormat[T1], format2: StringKeyFormat[T2], format3: StringKeyFormat[T3], format4: StringKeyFormat[T4]): StringKeyFormat[(T1, T2, T3, T4)]

  33. implicit def tuple5Format[T1, T2, T3, T4, T5](implicit format1: StringKeyFormat[T1], format2: StringKeyFormat[T2], format3: StringKeyFormat[T3], format4: StringKeyFormat[T4], format5: StringKeyFormat[T5]): StringKeyFormat[(T1, T2, T3, T4, T5)]

  34. implicit def tuple6Format[T1, T2, T3, T4, T5, T6](implicit format1: StringKeyFormat[T1], format2: StringKeyFormat[T2], format3: StringKeyFormat[T3], format4: StringKeyFormat[T4], format5: StringKeyFormat[T5], format6: StringKeyFormat[T6]): StringKeyFormat[(T1, T2, T3, T4, T5, T6)]

  35. implicit def tuple7Format[T1, T2, T3, T4, T5, T6, T7](implicit format1: StringKeyFormat[T1], format2: StringKeyFormat[T2], format3: StringKeyFormat[T3], format4: StringKeyFormat[T4], format5: StringKeyFormat[T5], format6: StringKeyFormat[T6], format7: StringKeyFormat[T7]): StringKeyFormat[(T1, T2, T3, T4, T5, T6, T7)]

  36. implicit def tuple8Format[T1, T2, T3, T4, T5, T6, T7, T8](implicit format1: StringKeyFormat[T1], format2: StringKeyFormat[T2], format3: StringKeyFormat[T3], format4: StringKeyFormat[T4], format5: StringKeyFormat[T5], format6: StringKeyFormat[T6], format7: StringKeyFormat[T7], format8: StringKeyFormat[T8]): StringKeyFormat[(T1, T2, T3, T4, T5, T6, T7, T8)]

  37. implicit def tuple9Format[T1, T2, T3, T4, T5, T6, T7, T8, T9](implicit format1: StringKeyFormat[T1], format2: StringKeyFormat[T2], format3: StringKeyFormat[T3], format4: StringKeyFormat[T4], format5: StringKeyFormat[T5], format6: StringKeyFormat[T6], format7: StringKeyFormat[T7], format8: StringKeyFormat[T8], format9: StringKeyFormat[T9]): StringKeyFormat[(T1, T2, T3, T4, T5, T6, T7, T8, T9)]

  38. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped