org.coursera.common.stringkey

CommonStringKeyFormats

Related Doc: package stringkey

sealed trait CommonStringKeyFormats extends DefaultTupleFormats

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CommonStringKeyFormats
  2. DefaultTupleFormats
  3. TupleFormats
  4. AnyRef
  5. 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. implicit val booleanFormat: StringKeyFormat[Boolean]

  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. implicit val doubleFormat: StringKeyFormat[Double]

  8. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. implicit val floatFormat: StringKeyFormat[Float]

  12. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  14. implicit val intFormat: StringKeyFormat[Int]

  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. implicit val longFormat: StringKeyFormat[Long]

  17. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  20. implicit val shortFormat: StringKeyFormat[Short]

  21. implicit val stringFormat: StringKeyFormat[String]

  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  23. def toString(): String

    Definition Classes
    AnyRef → Any
  24. 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)]

    Definition Classes
    TupleFormats
  25. 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)]

    Definition Classes
    TupleFormats
  26. 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)]

    Definition Classes
    TupleFormats
  27. 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)]

    Definition Classes
    TupleFormats
  28. 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)]

    Definition Classes
    TupleFormats
  29. 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)]

    Definition Classes
    TupleFormats
  30. 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)]

    Definition Classes
    TupleFormats
  31. 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)]

    Definition Classes
    TupleFormats
  32. 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)]

    Definition Classes
    TupleFormats
  33. 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)]

    Definition Classes
    TupleFormats
  34. 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)]

    Definition Classes
    TupleFormats
  35. 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)]

    Definition Classes
    TupleFormats
  36. 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)]

    Definition Classes
    TupleFormats
  37. implicit def tuple2Format[T1, T2](implicit format1: StringKeyFormat[T1], format2: StringKeyFormat[T2]): StringKeyFormat[(T1, T2)]

    Definition Classes
    TupleFormats
  38. implicit def tuple3Format[T1, T2, T3](implicit format1: StringKeyFormat[T1], format2: StringKeyFormat[T2], format3: StringKeyFormat[T3]): StringKeyFormat[(T1, T2, T3)]

    Definition Classes
    TupleFormats
  39. 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)]

    Definition Classes
    TupleFormats
  40. 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)]

    Definition Classes
    TupleFormats
  41. 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)]

    Definition Classes
    TupleFormats
  42. 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)]

    Definition Classes
    TupleFormats
  43. 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)]

    Definition Classes
    TupleFormats
  44. 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)]

    Definition Classes
    TupleFormats
  45. val tupleFormatSeparator: String

    Attributes
    protected[this]
    Definition Classes
    DefaultTupleFormatsTupleFormats
  46. def tupleWithSeparator(s: String): TupleFormats

    Definition Classes
    DefaultTupleFormats
  47. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DefaultTupleFormats

Inherited from TupleFormats

Inherited from AnyRef

Inherited from Any

Ungrouped