Trait

com.twitter.scalding

GeneratedTupleSetters

Related Doc: package scalding

Permalink

trait GeneratedTupleSetters extends LowPriorityTupleSetters

Source
GeneratedConversions.scala
Linear Supertypes
LowPriorityTupleSetters, Serializable, AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeneratedTupleSetters
  2. LowPriorityTupleSetters
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  15. implicit def singleSetter[A]: TupleSetter[A]

    Permalink

    If it is not a scala Tuple, and not any defined in the object TupleSetter we just assume it is a single entry in the tuple For some reason, putting a val TupleSetter[Any] here messes up implicit resolution

    If it is not a scala Tuple, and not any defined in the object TupleSetter we just assume it is a single entry in the tuple For some reason, putting a val TupleSetter[Any] here messes up implicit resolution

    Definition Classes
    LowPriorityTupleSetters
  16. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  17. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  18. implicit def tup10Setter[Z <: Tuple10[_, _, _, _, _, _, _, _, _, _]]: TupleSetter[Z]

    Permalink
  19. implicit def tup11Setter[Z <: Tuple11[_, _, _, _, _, _, _, _, _, _, _]]: TupleSetter[Z]

    Permalink
  20. implicit def tup12Setter[Z <: Tuple12[_, _, _, _, _, _, _, _, _, _, _, _]]: TupleSetter[Z]

    Permalink
  21. implicit def tup13Setter[Z <: Tuple13[_, _, _, _, _, _, _, _, _, _, _, _, _]]: TupleSetter[Z]

    Permalink
  22. implicit def tup14Setter[Z <: Tuple14[_, _, _, _, _, _, _, _, _, _, _, _, _, _]]: TupleSetter[Z]

    Permalink
  23. implicit def tup15Setter[Z <: Tuple15[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _]]: TupleSetter[Z]

    Permalink
  24. implicit def tup16Setter[Z <: Tuple16[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]]: TupleSetter[Z]

    Permalink
  25. implicit def tup17Setter[Z <: Tuple17[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]]: TupleSetter[Z]

    Permalink
  26. implicit def tup18Setter[Z <: Tuple18[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]]: TupleSetter[Z]

    Permalink
  27. implicit def tup19Setter[Z <: Tuple19[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]]: TupleSetter[Z]

    Permalink
  28. implicit def tup1Setter[Z <: Tuple1[_]]: TupleSetter[Z]

    Permalink
  29. implicit def tup20Setter[Z <: Tuple20[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]]: TupleSetter[Z]

    Permalink
  30. implicit def tup21Setter[Z <: Tuple21[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]]: TupleSetter[Z]

    Permalink
  31. implicit def tup22Setter[Z <: Tuple22[_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _]]: TupleSetter[Z]

    Permalink
  32. implicit def tup2Setter[Z <: Tuple2[_, _]]: TupleSetter[Z]

    Permalink
  33. implicit def tup3Setter[Z <: Tuple3[_, _, _]]: TupleSetter[Z]

    Permalink
  34. implicit def tup4Setter[Z <: Tuple4[_, _, _, _]]: TupleSetter[Z]

    Permalink
  35. implicit def tup5Setter[Z <: Tuple5[_, _, _, _, _]]: TupleSetter[Z]

    Permalink
  36. implicit def tup6Setter[Z <: Tuple6[_, _, _, _, _, _]]: TupleSetter[Z]

    Permalink
  37. implicit def tup7Setter[Z <: Tuple7[_, _, _, _, _, _, _]]: TupleSetter[Z]

    Permalink
  38. implicit def tup8Setter[Z <: Tuple8[_, _, _, _, _, _, _, _]]: TupleSetter[Z]

    Permalink
  39. implicit def tup9Setter[Z <: Tuple9[_, _, _, _, _, _, _, _, _]]: TupleSetter[Z]

    Permalink
  40. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LowPriorityTupleSetters

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped