Object/Class

slick.lifted

Shape

Related Docs: class Shape | package lifted

Permalink

object Shape extends ConstColumnShapeImplicits with AbstractTableShapeImplicits with TupleShapeImplicits

Source
Shape.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Shape
  2. TupleShapeImplicits
  3. AbstractTableShapeImplicits
  4. ConstColumnShapeImplicits
  5. RepShapeImplicits
  6. OptionShapeImplicits
  7. AnyRef
  8. 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. implicit def anyOptionShape[M, U, P, Level <: ShapeLevel](implicit sh: Shape[_ <: Level, M, U, P]): Shape[Level, Rep[Option[M]], Option[U], Rep[Option[P]]]

    Permalink

    A Shape for Option-valued non-Reps.

    A Shape for Option-valued non-Reps.

    Definition Classes
    OptionShapeImplicits
    Annotations
    @inline()
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. implicit def constColumnShape[T, Level <: ShapeLevel]: Shape[Level, ConstColumn[T], T, ConstColumn[T]]

    Permalink

    A Shape for ConstColumns.

    A Shape for ConstColumns. It is identical to columnShape but it ensures that a ConstColumn[T] packs to itself, not just to Rep[T]. This allows ConstColumns to be used as fully packed types when compiling query functions.

    Definition Classes
    ConstColumnShapeImplicits
    Annotations
    @inline()
  8. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  14. implicit def mappedProjectionShape[Level >: FlatShapeLevel <: ShapeLevel, T, P]: Shape[Level, MappedProjection[T, P], T, MappedProjection[T, P]]

    Permalink
    Annotations
    @inline()
  15. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  18. implicit def optionShape[M, U, P, Level <: ShapeLevel](implicit sh: Shape[_ <: Level, Rep[M], U, Rep[P]]): Shape[Level, Rep[Option[M]], Option[U], Rep[Option[P]]]

    Permalink

    A Shape for Option-valued Reps.

    A Shape for Option-valued Reps.

    Definition Classes
    RepShapeImplicits
    Annotations
    @inline()
  19. implicit final def primitiveShape[T, Level <: ShapeLevel](implicit tm: TypedType[T]): Shape[Level, T, T, ConstColumn[T]]

    Permalink
  20. implicit def repColumnShape[T, Level <: ShapeLevel](implicit arg0: BaseTypedType[T]): Shape[Level, Rep[T], T, Rep[T]]

    Permalink

    A Shape for single-column Reps.

    A Shape for single-column Reps.

    Definition Classes
    RepShapeImplicits
    Annotations
    @inline()
  21. implicit def shapedValueShape[T, U, Level <: ShapeLevel]: Shape[Level, ShapedValue[T, U], U, ShapedValue[T, U]]

    Permalink
    Annotations
    @inline()
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. implicit final def tableShape[Level >: FlatShapeLevel <: ShapeLevel, T, C <: AbstractTable[_]](implicit ev: <:<[C, AbstractTable[T]]): Shape[Level, C, T, C]

    Permalink
    Definition Classes
    AbstractTableShapeImplicits
    Annotations
    @inline()
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. implicit final def tuple10Shape[Level <: ShapeLevel, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, U1, U2, U3, U4, U5, U6, U7, U8, U9, U10, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10](implicit u1: Shape[_ <: Level, M1, U1, P1], u2: Shape[_ <: Level, M2, U2, P2], u3: Shape[_ <: Level, M3, U3, P3], u4: Shape[_ <: Level, M4, U4, P4], u5: Shape[_ <: Level, M5, U5, P5], u6: Shape[_ <: Level, M6, U6, P6], u7: Shape[_ <: Level, M7, U7, P7], u8: Shape[_ <: Level, M8, U8, P8], u9: Shape[_ <: Level, M9, U9, P9], u10: Shape[_ <: Level, M10, U10, P10]): Shape[Level, (M1, M2, M3, M4, M5, M6, M7, M8, M9, M10), (U1, U2, U3, U4, U5, U6, U7, U8, U9, U10), (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10)]

    Permalink
    Definition Classes
    TupleShapeImplicits
    Annotations
    @inline()
  26. implicit final def tuple11Shape[Level <: ShapeLevel, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, U1, U2, U3, U4, U5, U6, U7, U8, U9, U10, U11, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11](implicit u1: Shape[_ <: Level, M1, U1, P1], u2: Shape[_ <: Level, M2, U2, P2], u3: Shape[_ <: Level, M3, U3, P3], u4: Shape[_ <: Level, M4, U4, P4], u5: Shape[_ <: Level, M5, U5, P5], u6: Shape[_ <: Level, M6, U6, P6], u7: Shape[_ <: Level, M7, U7, P7], u8: Shape[_ <: Level, M8, U8, P8], u9: Shape[_ <: Level, M9, U9, P9], u10: Shape[_ <: Level, M10, U10, P10], u11: Shape[_ <: Level, M11, U11, P11]): Shape[Level, (M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11), (U1, U2, U3, U4, U5, U6, U7, U8, U9, U10, U11), (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11)]

    Permalink
    Definition Classes
    TupleShapeImplicits
    Annotations
    @inline()
  27. implicit final def tuple12Shape[Level <: ShapeLevel, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, U1, U2, U3, U4, U5, U6, U7, U8, U9, U10, U11, U12, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12](implicit u1: Shape[_ <: Level, M1, U1, P1], u2: Shape[_ <: Level, M2, U2, P2], u3: Shape[_ <: Level, M3, U3, P3], u4: Shape[_ <: Level, M4, U4, P4], u5: Shape[_ <: Level, M5, U5, P5], u6: Shape[_ <: Level, M6, U6, P6], u7: Shape[_ <: Level, M7, U7, P7], u8: Shape[_ <: Level, M8, U8, P8], u9: Shape[_ <: Level, M9, U9, P9], u10: Shape[_ <: Level, M10, U10, P10], u11: Shape[_ <: Level, M11, U11, P11], u12: Shape[_ <: Level, M12, U12, P12]): Shape[Level, (M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12), (U1, U2, U3, U4, U5, U6, U7, U8, U9, U10, U11, U12), (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12)]

    Permalink
    Definition Classes
    TupleShapeImplicits
    Annotations
    @inline()
  28. implicit final def tuple13Shape[Level <: ShapeLevel, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, U1, U2, U3, U4, U5, U6, U7, U8, U9, U10, U11, U12, U13, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13](implicit u1: Shape[_ <: Level, M1, U1, P1], u2: Shape[_ <: Level, M2, U2, P2], u3: Shape[_ <: Level, M3, U3, P3], u4: Shape[_ <: Level, M4, U4, P4], u5: Shape[_ <: Level, M5, U5, P5], u6: Shape[_ <: Level, M6, U6, P6], u7: Shape[_ <: Level, M7, U7, P7], u8: Shape[_ <: Level, M8, U8, P8], u9: Shape[_ <: Level, M9, U9, P9], u10: Shape[_ <: Level, M10, U10, P10], u11: Shape[_ <: Level, M11, U11, P11], u12: Shape[_ <: Level, M12, U12, P12], u13: Shape[_ <: Level, M13, U13, P13]): Shape[Level, (M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13), (U1, U2, U3, U4, U5, U6, U7, U8, U9, U10, U11, U12, U13), (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13)]

    Permalink
    Definition Classes
    TupleShapeImplicits
    Annotations
    @inline()
  29. implicit final def tuple14Shape[Level <: ShapeLevel, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, U1, U2, U3, U4, U5, U6, U7, U8, U9, U10, U11, U12, U13, U14, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14](implicit u1: Shape[_ <: Level, M1, U1, P1], u2: Shape[_ <: Level, M2, U2, P2], u3: Shape[_ <: Level, M3, U3, P3], u4: Shape[_ <: Level, M4, U4, P4], u5: Shape[_ <: Level, M5, U5, P5], u6: Shape[_ <: Level, M6, U6, P6], u7: Shape[_ <: Level, M7, U7, P7], u8: Shape[_ <: Level, M8, U8, P8], u9: Shape[_ <: Level, M9, U9, P9], u10: Shape[_ <: Level, M10, U10, P10], u11: Shape[_ <: Level, M11, U11, P11], u12: Shape[_ <: Level, M12, U12, P12], u13: Shape[_ <: Level, M13, U13, P13], u14: Shape[_ <: Level, M14, U14, P14]): Shape[Level, (M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14), (U1, U2, U3, U4, U5, U6, U7, U8, U9, U10, U11, U12, U13, U14), (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14)]

    Permalink
    Definition Classes
    TupleShapeImplicits
    Annotations
    @inline()
  30. implicit final def tuple15Shape[Level <: ShapeLevel, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, U1, U2, U3, U4, U5, U6, U7, U8, U9, U10, U11, U12, U13, U14, U15, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15](implicit u1: Shape[_ <: Level, M1, U1, P1], u2: Shape[_ <: Level, M2, U2, P2], u3: Shape[_ <: Level, M3, U3, P3], u4: Shape[_ <: Level, M4, U4, P4], u5: Shape[_ <: Level, M5, U5, P5], u6: Shape[_ <: Level, M6, U6, P6], u7: Shape[_ <: Level, M7, U7, P7], u8: Shape[_ <: Level, M8, U8, P8], u9: Shape[_ <: Level, M9, U9, P9], u10: Shape[_ <: Level, M10, U10, P10], u11: Shape[_ <: Level, M11, U11, P11], u12: Shape[_ <: Level, M12, U12, P12], u13: Shape[_ <: Level, M13, U13, P13], u14: Shape[_ <: Level, M14, U14, P14], u15: Shape[_ <: Level, M15, U15, P15]): Shape[Level, (M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15), (U1, U2, U3, U4, U5, U6, U7, U8, U9, U10, U11, U12, U13, U14, U15), (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15)]

    Permalink
    Definition Classes
    TupleShapeImplicits
    Annotations
    @inline()
  31. implicit final def tuple16Shape[Level <: ShapeLevel, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, U1, U2, U3, U4, U5, U6, U7, U8, U9, U10, U11, U12, U13, U14, U15, U16, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16](implicit u1: Shape[_ <: Level, M1, U1, P1], u2: Shape[_ <: Level, M2, U2, P2], u3: Shape[_ <: Level, M3, U3, P3], u4: Shape[_ <: Level, M4, U4, P4], u5: Shape[_ <: Level, M5, U5, P5], u6: Shape[_ <: Level, M6, U6, P6], u7: Shape[_ <: Level, M7, U7, P7], u8: Shape[_ <: Level, M8, U8, P8], u9: Shape[_ <: Level, M9, U9, P9], u10: Shape[_ <: Level, M10, U10, P10], u11: Shape[_ <: Level, M11, U11, P11], u12: Shape[_ <: Level, M12, U12, P12], u13: Shape[_ <: Level, M13, U13, P13], u14: Shape[_ <: Level, M14, U14, P14], u15: Shape[_ <: Level, M15, U15, P15], u16: Shape[_ <: Level, M16, U16, P16]): Shape[Level, (M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16), (U1, U2, U3, U4, U5, U6, U7, U8, U9, U10, U11, U12, U13, U14, U15, U16), (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16)]

    Permalink
    Definition Classes
    TupleShapeImplicits
    Annotations
    @inline()
  32. implicit final def tuple17Shape[Level <: ShapeLevel, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, U1, U2, U3, U4, U5, U6, U7, U8, U9, U10, U11, U12, U13, U14, U15, U16, U17, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17](implicit u1: Shape[_ <: Level, M1, U1, P1], u2: Shape[_ <: Level, M2, U2, P2], u3: Shape[_ <: Level, M3, U3, P3], u4: Shape[_ <: Level, M4, U4, P4], u5: Shape[_ <: Level, M5, U5, P5], u6: Shape[_ <: Level, M6, U6, P6], u7: Shape[_ <: Level, M7, U7, P7], u8: Shape[_ <: Level, M8, U8, P8], u9: Shape[_ <: Level, M9, U9, P9], u10: Shape[_ <: Level, M10, U10, P10], u11: Shape[_ <: Level, M11, U11, P11], u12: Shape[_ <: Level, M12, U12, P12], u13: Shape[_ <: Level, M13, U13, P13], u14: Shape[_ <: Level, M14, U14, P14], u15: Shape[_ <: Level, M15, U15, P15], u16: Shape[_ <: Level, M16, U16, P16], u17: Shape[_ <: Level, M17, U17, P17]): Shape[Level, (M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17), (U1, U2, U3, U4, U5, U6, U7, U8, U9, U10, U11, U12, U13, U14, U15, U16, U17), (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17)]

    Permalink
    Definition Classes
    TupleShapeImplicits
    Annotations
    @inline()
  33. implicit final def tuple18Shape[Level <: ShapeLevel, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, U1, U2, U3, U4, U5, U6, U7, U8, U9, U10, U11, U12, U13, U14, U15, U16, U17, U18, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18](implicit u1: Shape[_ <: Level, M1, U1, P1], u2: Shape[_ <: Level, M2, U2, P2], u3: Shape[_ <: Level, M3, U3, P3], u4: Shape[_ <: Level, M4, U4, P4], u5: Shape[_ <: Level, M5, U5, P5], u6: Shape[_ <: Level, M6, U6, P6], u7: Shape[_ <: Level, M7, U7, P7], u8: Shape[_ <: Level, M8, U8, P8], u9: Shape[_ <: Level, M9, U9, P9], u10: Shape[_ <: Level, M10, U10, P10], u11: Shape[_ <: Level, M11, U11, P11], u12: Shape[_ <: Level, M12, U12, P12], u13: Shape[_ <: Level, M13, U13, P13], u14: Shape[_ <: Level, M14, U14, P14], u15: Shape[_ <: Level, M15, U15, P15], u16: Shape[_ <: Level, M16, U16, P16], u17: Shape[_ <: Level, M17, U17, P17], u18: Shape[_ <: Level, M18, U18, P18]): Shape[Level, (M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18), (U1, U2, U3, U4, U5, U6, U7, U8, U9, U10, U11, U12, U13, U14, U15, U16, U17, U18), (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18)]

    Permalink
    Definition Classes
    TupleShapeImplicits
    Annotations
    @inline()
  34. implicit final def tuple19Shape[Level <: ShapeLevel, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M19, U1, U2, U3, U4, U5, U6, U7, U8, U9, U10, U11, U12, U13, U14, U15, U16, U17, U18, U19, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19](implicit u1: Shape[_ <: Level, M1, U1, P1], u2: Shape[_ <: Level, M2, U2, P2], u3: Shape[_ <: Level, M3, U3, P3], u4: Shape[_ <: Level, M4, U4, P4], u5: Shape[_ <: Level, M5, U5, P5], u6: Shape[_ <: Level, M6, U6, P6], u7: Shape[_ <: Level, M7, U7, P7], u8: Shape[_ <: Level, M8, U8, P8], u9: Shape[_ <: Level, M9, U9, P9], u10: Shape[_ <: Level, M10, U10, P10], u11: Shape[_ <: Level, M11, U11, P11], u12: Shape[_ <: Level, M12, U12, P12], u13: Shape[_ <: Level, M13, U13, P13], u14: Shape[_ <: Level, M14, U14, P14], u15: Shape[_ <: Level, M15, U15, P15], u16: Shape[_ <: Level, M16, U16, P16], u17: Shape[_ <: Level, M17, U17, P17], u18: Shape[_ <: Level, M18, U18, P18], u19: Shape[_ <: Level, M19, U19, P19]): Shape[Level, (M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M19), (U1, U2, U3, U4, U5, U6, U7, U8, U9, U10, U11, U12, U13, U14, U15, U16, U17, U18, U19), (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19)]

    Permalink
    Definition Classes
    TupleShapeImplicits
    Annotations
    @inline()
  35. implicit final def tuple1Shape[Level <: ShapeLevel, M1, U1, P1](implicit u1: Shape[_ <: Level, M1, U1, P1]): Shape[Level, (M1), (U1), (P1)]

    Permalink
    Definition Classes
    TupleShapeImplicits
    Annotations
    @inline()
  36. implicit final def tuple20Shape[Level <: ShapeLevel, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M19, M20, U1, U2, U3, U4, U5, U6, U7, U8, U9, U10, U11, U12, U13, U14, U15, U16, U17, U18, U19, U20, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20](implicit u1: Shape[_ <: Level, M1, U1, P1], u2: Shape[_ <: Level, M2, U2, P2], u3: Shape[_ <: Level, M3, U3, P3], u4: Shape[_ <: Level, M4, U4, P4], u5: Shape[_ <: Level, M5, U5, P5], u6: Shape[_ <: Level, M6, U6, P6], u7: Shape[_ <: Level, M7, U7, P7], u8: Shape[_ <: Level, M8, U8, P8], u9: Shape[_ <: Level, M9, U9, P9], u10: Shape[_ <: Level, M10, U10, P10], u11: Shape[_ <: Level, M11, U11, P11], u12: Shape[_ <: Level, M12, U12, P12], u13: Shape[_ <: Level, M13, U13, P13], u14: Shape[_ <: Level, M14, U14, P14], u15: Shape[_ <: Level, M15, U15, P15], u16: Shape[_ <: Level, M16, U16, P16], u17: Shape[_ <: Level, M17, U17, P17], u18: Shape[_ <: Level, M18, U18, P18], u19: Shape[_ <: Level, M19, U19, P19], u20: Shape[_ <: Level, M20, U20, P20]): Shape[Level, (M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M19, M20), (U1, U2, U3, U4, U5, U6, U7, U8, U9, U10, U11, U12, U13, U14, U15, U16, U17, U18, U19, U20), (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20)]

    Permalink
    Definition Classes
    TupleShapeImplicits
    Annotations
    @inline()
  37. implicit final def tuple21Shape[Level <: ShapeLevel, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M19, M20, M21, U1, U2, U3, U4, U5, U6, U7, U8, U9, U10, U11, U12, U13, U14, U15, U16, U17, U18, U19, U20, U21, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21](implicit u1: Shape[_ <: Level, M1, U1, P1], u2: Shape[_ <: Level, M2, U2, P2], u3: Shape[_ <: Level, M3, U3, P3], u4: Shape[_ <: Level, M4, U4, P4], u5: Shape[_ <: Level, M5, U5, P5], u6: Shape[_ <: Level, M6, U6, P6], u7: Shape[_ <: Level, M7, U7, P7], u8: Shape[_ <: Level, M8, U8, P8], u9: Shape[_ <: Level, M9, U9, P9], u10: Shape[_ <: Level, M10, U10, P10], u11: Shape[_ <: Level, M11, U11, P11], u12: Shape[_ <: Level, M12, U12, P12], u13: Shape[_ <: Level, M13, U13, P13], u14: Shape[_ <: Level, M14, U14, P14], u15: Shape[_ <: Level, M15, U15, P15], u16: Shape[_ <: Level, M16, U16, P16], u17: Shape[_ <: Level, M17, U17, P17], u18: Shape[_ <: Level, M18, U18, P18], u19: Shape[_ <: Level, M19, U19, P19], u20: Shape[_ <: Level, M20, U20, P20], u21: Shape[_ <: Level, M21, U21, P21]): Shape[Level, (M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M19, M20, M21), (U1, U2, U3, U4, U5, U6, U7, U8, U9, U10, U11, U12, U13, U14, U15, U16, U17, U18, U19, U20, U21), (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21)]

    Permalink
    Definition Classes
    TupleShapeImplicits
    Annotations
    @inline()
  38. implicit final def tuple22Shape[Level <: ShapeLevel, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M19, M20, M21, M22, U1, U2, U3, U4, U5, U6, U7, U8, U9, U10, U11, U12, U13, U14, U15, U16, U17, U18, U19, U20, U21, U22, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, P22](implicit u1: Shape[_ <: Level, M1, U1, P1], u2: Shape[_ <: Level, M2, U2, P2], u3: Shape[_ <: Level, M3, U3, P3], u4: Shape[_ <: Level, M4, U4, P4], u5: Shape[_ <: Level, M5, U5, P5], u6: Shape[_ <: Level, M6, U6, P6], u7: Shape[_ <: Level, M7, U7, P7], u8: Shape[_ <: Level, M8, U8, P8], u9: Shape[_ <: Level, M9, U9, P9], u10: Shape[_ <: Level, M10, U10, P10], u11: Shape[_ <: Level, M11, U11, P11], u12: Shape[_ <: Level, M12, U12, P12], u13: Shape[_ <: Level, M13, U13, P13], u14: Shape[_ <: Level, M14, U14, P14], u15: Shape[_ <: Level, M15, U15, P15], u16: Shape[_ <: Level, M16, U16, P16], u17: Shape[_ <: Level, M17, U17, P17], u18: Shape[_ <: Level, M18, U18, P18], u19: Shape[_ <: Level, M19, U19, P19], u20: Shape[_ <: Level, M20, U20, P20], u21: Shape[_ <: Level, M21, U21, P21], u22: Shape[_ <: Level, M22, U22, P22]): Shape[Level, (M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16, M17, M18, M19, M20, M21, M22), (U1, U2, U3, U4, U5, U6, U7, U8, U9, U10, U11, U12, U13, U14, U15, U16, U17, U18, U19, U20, U21, U22), (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, P22)]

    Permalink
    Definition Classes
    TupleShapeImplicits
    Annotations
    @inline()
  39. implicit final def tuple2Shape[Level <: ShapeLevel, M1, M2, U1, U2, P1, P2](implicit u1: Shape[_ <: Level, M1, U1, P1], u2: Shape[_ <: Level, M2, U2, P2]): Shape[Level, (M1, M2), (U1, U2), (P1, P2)]

    Permalink
    Definition Classes
    TupleShapeImplicits
    Annotations
    @inline()
  40. implicit final def tuple3Shape[Level <: ShapeLevel, M1, M2, M3, U1, U2, U3, P1, P2, P3](implicit u1: Shape[_ <: Level, M1, U1, P1], u2: Shape[_ <: Level, M2, U2, P2], u3: Shape[_ <: Level, M3, U3, P3]): Shape[Level, (M1, M2, M3), (U1, U2, U3), (P1, P2, P3)]

    Permalink
    Definition Classes
    TupleShapeImplicits
    Annotations
    @inline()
  41. implicit final def tuple4Shape[Level <: ShapeLevel, M1, M2, M3, M4, U1, U2, U3, U4, P1, P2, P3, P4](implicit u1: Shape[_ <: Level, M1, U1, P1], u2: Shape[_ <: Level, M2, U2, P2], u3: Shape[_ <: Level, M3, U3, P3], u4: Shape[_ <: Level, M4, U4, P4]): Shape[Level, (M1, M2, M3, M4), (U1, U2, U3, U4), (P1, P2, P3, P4)]

    Permalink
    Definition Classes
    TupleShapeImplicits
    Annotations
    @inline()
  42. implicit final def tuple5Shape[Level <: ShapeLevel, M1, M2, M3, M4, M5, U1, U2, U3, U4, U5, P1, P2, P3, P4, P5](implicit u1: Shape[_ <: Level, M1, U1, P1], u2: Shape[_ <: Level, M2, U2, P2], u3: Shape[_ <: Level, M3, U3, P3], u4: Shape[_ <: Level, M4, U4, P4], u5: Shape[_ <: Level, M5, U5, P5]): Shape[Level, (M1, M2, M3, M4, M5), (U1, U2, U3, U4, U5), (P1, P2, P3, P4, P5)]

    Permalink
    Definition Classes
    TupleShapeImplicits
    Annotations
    @inline()
  43. implicit final def tuple6Shape[Level <: ShapeLevel, M1, M2, M3, M4, M5, M6, U1, U2, U3, U4, U5, U6, P1, P2, P3, P4, P5, P6](implicit u1: Shape[_ <: Level, M1, U1, P1], u2: Shape[_ <: Level, M2, U2, P2], u3: Shape[_ <: Level, M3, U3, P3], u4: Shape[_ <: Level, M4, U4, P4], u5: Shape[_ <: Level, M5, U5, P5], u6: Shape[_ <: Level, M6, U6, P6]): Shape[Level, (M1, M2, M3, M4, M5, M6), (U1, U2, U3, U4, U5, U6), (P1, P2, P3, P4, P5, P6)]

    Permalink
    Definition Classes
    TupleShapeImplicits
    Annotations
    @inline()
  44. implicit final def tuple7Shape[Level <: ShapeLevel, M1, M2, M3, M4, M5, M6, M7, U1, U2, U3, U4, U5, U6, U7, P1, P2, P3, P4, P5, P6, P7](implicit u1: Shape[_ <: Level, M1, U1, P1], u2: Shape[_ <: Level, M2, U2, P2], u3: Shape[_ <: Level, M3, U3, P3], u4: Shape[_ <: Level, M4, U4, P4], u5: Shape[_ <: Level, M5, U5, P5], u6: Shape[_ <: Level, M6, U6, P6], u7: Shape[_ <: Level, M7, U7, P7]): Shape[Level, (M1, M2, M3, M4, M5, M6, M7), (U1, U2, U3, U4, U5, U6, U7), (P1, P2, P3, P4, P5, P6, P7)]

    Permalink
    Definition Classes
    TupleShapeImplicits
    Annotations
    @inline()
  45. implicit final def tuple8Shape[Level <: ShapeLevel, M1, M2, M3, M4, M5, M6, M7, M8, U1, U2, U3, U4, U5, U6, U7, U8, P1, P2, P3, P4, P5, P6, P7, P8](implicit u1: Shape[_ <: Level, M1, U1, P1], u2: Shape[_ <: Level, M2, U2, P2], u3: Shape[_ <: Level, M3, U3, P3], u4: Shape[_ <: Level, M4, U4, P4], u5: Shape[_ <: Level, M5, U5, P5], u6: Shape[_ <: Level, M6, U6, P6], u7: Shape[_ <: Level, M7, U7, P7], u8: Shape[_ <: Level, M8, U8, P8]): Shape[Level, (M1, M2, M3, M4, M5, M6, M7, M8), (U1, U2, U3, U4, U5, U6, U7, U8), (P1, P2, P3, P4, P5, P6, P7, P8)]

    Permalink
    Definition Classes
    TupleShapeImplicits
    Annotations
    @inline()
  46. implicit final def tuple9Shape[Level <: ShapeLevel, M1, M2, M3, M4, M5, M6, M7, M8, M9, U1, U2, U3, U4, U5, U6, U7, U8, U9, P1, P2, P3, P4, P5, P6, P7, P8, P9](implicit u1: Shape[_ <: Level, M1, U1, P1], u2: Shape[_ <: Level, M2, U2, P2], u3: Shape[_ <: Level, M3, U3, P3], u4: Shape[_ <: Level, M4, U4, P4], u5: Shape[_ <: Level, M5, U5, P5], u6: Shape[_ <: Level, M6, U6, P6], u7: Shape[_ <: Level, M7, U7, P7], u8: Shape[_ <: Level, M8, U8, P8], u9: Shape[_ <: Level, M9, U9, P9]): Shape[Level, (M1, M2, M3, M4, M5, M6, M7, M8, M9), (U1, U2, U3, U4, U5, U6, U7, U8, U9), (P1, P2, P3, P4, P5, P6, P7, P8, P9)]

    Permalink
    Definition Classes
    TupleShapeImplicits
    Annotations
    @inline()
  47. implicit final def unitShape[Level <: ShapeLevel]: Shape[Level, Unit, Unit, Unit]

    Permalink
    Annotations
    @inline()
  48. val unitShapePrototype: Shape[FlatShapeLevel, Unit, Unit, Unit]

    Permalink
  49. final def wait(): Unit

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

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

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

Inherited from TupleShapeImplicits

Inherited from ConstColumnShapeImplicits

Inherited from RepShapeImplicits

Inherited from OptionShapeImplicits

Inherited from AnyRef

Inherited from Any

Ungrouped