Class

japgolly.microlibs.stdlib_ext.StdlibExt

JSLE_Tuple9

Related Doc: package StdlibExt

Permalink

implicit final class JSLE_Tuple9[A, B, C, D, E, F, G, H, I] extends AnyVal

Annotations
@inline()
Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JSLE_Tuple9
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JSLE_Tuple9(t: (A, B, C, D, E, F, G, H, I))

    Permalink

Value Members

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

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

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

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

    Permalink
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  7. def map1[X](f: (A) ⇒ X): (X, B, C, D, E, F, G, H, I)

    Permalink
    Annotations
    @inline()
  8. def map2[X](f: (B) ⇒ X): (A, X, C, D, E, F, G, H, I)

    Permalink
    Annotations
    @inline()
  9. def map3[X](f: (C) ⇒ X): (A, B, X, D, E, F, G, H, I)

    Permalink
    Annotations
    @inline()
  10. def map4[X](f: (D) ⇒ X): (A, B, C, X, E, F, G, H, I)

    Permalink
    Annotations
    @inline()
  11. def map5[X](f: (E) ⇒ X): (A, B, C, D, X, F, G, H, I)

    Permalink
    Annotations
    @inline()
  12. def map6[X](f: (F) ⇒ X): (A, B, C, D, E, X, G, H, I)

    Permalink
    Annotations
    @inline()
  13. def map7[X](f: (G) ⇒ X): (A, B, C, D, E, F, X, H, I)

    Permalink
    Annotations
    @inline()
  14. def map8[X](f: (H) ⇒ X): (A, B, C, D, E, F, G, X, I)

    Permalink
    Annotations
    @inline()
  15. def map9[X](f: (I) ⇒ X): (A, B, C, D, E, F, G, H, X)

    Permalink
    Annotations
    @inline()
  16. def put1[X](x: X): (X, B, C, D, E, F, G, H, I)

    Permalink
    Annotations
    @inline()
  17. def put2[X](x: X): (A, X, C, D, E, F, G, H, I)

    Permalink
    Annotations
    @inline()
  18. def put3[X](x: X): (A, B, X, D, E, F, G, H, I)

    Permalink
    Annotations
    @inline()
  19. def put4[X](x: X): (A, B, C, X, E, F, G, H, I)

    Permalink
    Annotations
    @inline()
  20. def put5[X](x: X): (A, B, C, D, X, F, G, H, I)

    Permalink
    Annotations
    @inline()
  21. def put6[X](x: X): (A, B, C, D, E, X, G, H, I)

    Permalink
    Annotations
    @inline()
  22. def put7[X](x: X): (A, B, C, D, E, F, X, H, I)

    Permalink
    Annotations
    @inline()
  23. def put8[X](x: X): (A, B, C, D, E, F, G, X, I)

    Permalink
    Annotations
    @inline()
  24. def put9[X](x: X): (A, B, C, D, E, F, G, H, X)

    Permalink
    Annotations
    @inline()
  25. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped