implicit final class JSLE_Tuple8[A, B, C, D, E, F, G, H] extends AnyVal
- Annotations
- @inline()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JSLE_Tuple8
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new JSLE_Tuple8(t: (A, B, C, D, E, F, G, H))
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def map1[X](f: (A) => X): (X, B, C, D, E, F, G, H)
- Annotations
- @inline()
- def map2[X](f: (B) => X): (A, X, C, D, E, F, G, H)
- Annotations
- @inline()
- def map3[X](f: (C) => X): (A, B, X, D, E, F, G, H)
- Annotations
- @inline()
- def map4[X](f: (D) => X): (A, B, C, X, E, F, G, H)
- Annotations
- @inline()
- def map5[X](f: (E) => X): (A, B, C, D, X, F, G, H)
- Annotations
- @inline()
- def map6[X](f: (F) => X): (A, B, C, D, E, X, G, H)
- Annotations
- @inline()
- def map7[X](f: (G) => X): (A, B, C, D, E, F, X, H)
- Annotations
- @inline()
- def map8[X](f: (H) => X): (A, B, C, D, E, F, G, X)
- Annotations
- @inline()
- def put1[X](x: X): (X, B, C, D, E, F, G, H)
- Annotations
- @inline()
- def put2[X](x: X): (A, X, C, D, E, F, G, H)
- Annotations
- @inline()
- def put3[X](x: X): (A, B, X, D, E, F, G, H)
- Annotations
- @inline()
- def put4[X](x: X): (A, B, C, X, E, F, G, H)
- Annotations
- @inline()
- def put5[X](x: X): (A, B, C, D, X, F, G, H)
- Annotations
- @inline()
- def put6[X](x: X): (A, B, C, D, E, X, G, H)
- Annotations
- @inline()
- def put7[X](x: X): (A, B, C, D, E, F, X, H)
- Annotations
- @inline()
- def put8[X](x: X): (A, B, C, D, E, F, G, X)
- Annotations
- @inline()
- def toString(): String
- Definition Classes
- Any