Object/Trait

scala.tuples

IsTuple

Related Docs: trait IsTuple | package tuples

Permalink

object IsTuple

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IsTuple
  2. AnyRef
  3. 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
    @HotSpotIntrinsicCandidate() @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 forAnything[T]: IsTuple[T]

    Permalink
  9. implicit def forNothing[A]: IsTuple[Nothing]

    Permalink
  10. implicit def forTuple1[A]: IsTuple[(A)]

    Permalink
  11. implicit def forTuple10[A, B, C, D, E, F, G, H, I, J]: IsTuple[(A, B, C, D, E, F, G, H, I, J)]

    Permalink
  12. implicit def forTuple11[A, B, C, D, E, F, G, H, I, J, K]: IsTuple[(A, B, C, D, E, F, G, H, I, J, K)]

    Permalink
  13. implicit def forTuple12[A, B, C, D, E, F, G, H, I, J, K, L]: IsTuple[(A, B, C, D, E, F, G, H, I, J, K, L)]

    Permalink
  14. implicit def forTuple13[A, B, C, D, E, F, G, H, I, J, K, L, M]: IsTuple[(A, B, C, D, E, F, G, H, I, J, K, L, M)]

    Permalink
  15. implicit def forTuple14[A, B, C, D, E, F, G, H, I, J, K, L, M, N]: IsTuple[(A, B, C, D, E, F, G, H, I, J, K, L, M, N)]

    Permalink
  16. implicit def forTuple15[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O]: IsTuple[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O)]

    Permalink
  17. implicit def forTuple16[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P]: IsTuple[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P)]

    Permalink
  18. implicit def forTuple17[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q]: IsTuple[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q)]

    Permalink
  19. implicit def forTuple18[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R]: IsTuple[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R)]

    Permalink
  20. implicit def forTuple19[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S]: IsTuple[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S)]

    Permalink
  21. implicit def forTuple2[A, B]: IsTuple[(A, B)]

    Permalink
  22. implicit def forTuple20[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T]: IsTuple[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T)]

    Permalink
  23. implicit def forTuple21[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U]: IsTuple[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U)]

    Permalink
  24. implicit def forTuple22[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V]: IsTuple[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V)]

    Permalink
  25. implicit def forTuple3[A, B, C]: IsTuple[(A, B, C)]

    Permalink
  26. implicit def forTuple4[A, B, C, D]: IsTuple[(A, B, C, D)]

    Permalink
  27. implicit def forTuple5[A, B, C, D, E]: IsTuple[(A, B, C, D, E)]

    Permalink
  28. implicit def forTuple6[A, B, C, D, E, F]: IsTuple[(A, B, C, D, E, F)]

    Permalink
  29. implicit def forTuple7[A, B, C, D, E, F, G]: IsTuple[(A, B, C, D, E, F, G)]

    Permalink
  30. implicit def forTuple8[A, B, C, D, E, F, G, H]: IsTuple[(A, B, C, D, E, F, G, H)]

    Permalink
  31. implicit def forTuple9[A, B, C, D, E, F, G, H, I]: IsTuple[(A, B, C, D, E, F, G, H, I)]

    Permalink
  32. implicit def forUnit[A]: IsTuple[Unit]

    Permalink
  33. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  34. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  35. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  38. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  39. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  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( ... )
  43. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped