scala.slick.lifted

ShapeLowPriority

trait ShapeLowPriority extends ShapeLowPriority1

Source
Shape.scala
Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ShapeLowPriority
  2. ShapeLowPriority1
  3. ShapeLowPriority2
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from ShapeLowPriority to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (ShapeLowPriority, B)

    Implicit information
    This member is added by an implicit conversion from ShapeLowPriority to ArrowAssoc[ShapeLowPriority] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. implicit final def columnBaseShape[Level >: Flat <: ShapeLevel, T, C <: ColumnBase[_]](implicit ev: <:<[C, ColumnBase[T]]): Shape[Level, C, T, C]

    Definition Classes
    ShapeLowPriority1
    Annotations
    @inline()
  11. implicit def columnShape[T, Level <: ShapeLevel]: Shape[Level, Column[T], T, Column[T]]

    A Shape for Columns.

    A Shape for Columns.

    Annotations
    @inline()
  12. def ensuring(cond: (ShapeLowPriority) ⇒ Boolean, msg: ⇒ Any): ShapeLowPriority

    Implicit information
    This member is added by an implicit conversion from ShapeLowPriority to Ensuring[ShapeLowPriority] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (ShapeLowPriority) ⇒ Boolean): ShapeLowPriority

    Implicit information
    This member is added by an implicit conversion from ShapeLowPriority to Ensuring[ShapeLowPriority] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): ShapeLowPriority

    Implicit information
    This member is added by an implicit conversion from ShapeLowPriority to Ensuring[ShapeLowPriority] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): ShapeLowPriority

    Implicit information
    This member is added by an implicit conversion from ShapeLowPriority to Ensuring[ShapeLowPriority] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from ShapeLowPriority to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. final def getClass(): Class[_]

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

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

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

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. implicit final def primitiveShape[T, Level <: ShapeLevel](implicit tm: TypedType[T]): Shape[Level, T, T, Column[T]]

    Definition Classes
    ShapeLowPriority1
  27. implicit def provenShape[T, P](implicit shape: Shape[_ <: Flat, T, _, P]): Shape[Flat, ProvenShape[T], T, P]

  28. implicit def queryShape[Level >: Nested <: ShapeLevel, M, U]: Shape[Level, Query[M, U], Seq[U], Query[M, U]]

    Annotations
    @inline()
  29. val repShape: Shape[Flat, Rep[_], Any, Rep[_]]

    Shape for Rep values (always fully packed)

  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. 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)]

    Definition Classes
    ShapeLowPriority2
    Annotations
    @inline()
  33. 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)]

    Definition Classes
    ShapeLowPriority2
    Annotations
    @inline()
  34. 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)]

    Definition Classes
    ShapeLowPriority2
    Annotations
    @inline()
  35. 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)]

    Definition Classes
    ShapeLowPriority2
    Annotations
    @inline()
  36. 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)]

    Definition Classes
    ShapeLowPriority2
    Annotations
    @inline()
  37. 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)]

    Definition Classes
    ShapeLowPriority2
    Annotations
    @inline()
  38. 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)]

    Definition Classes
    ShapeLowPriority2
    Annotations
    @inline()
  39. 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)]

    Definition Classes
    ShapeLowPriority2
    Annotations
    @inline()
  40. 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)]

    Definition Classes
    ShapeLowPriority2
    Annotations
    @inline()
  41. 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)]

    Definition Classes
    ShapeLowPriority2
    Annotations
    @inline()
  42. 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)]

    Definition Classes
    ShapeLowPriority2
    Annotations
    @inline()
  43. 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)]

    Definition Classes
    ShapeLowPriority2
    Annotations
    @inline()
  44. 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)]

    Definition Classes
    ShapeLowPriority2
    Annotations
    @inline()
  45. 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)]

    Definition Classes
    ShapeLowPriority2
    Annotations
    @inline()
  46. 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)]

    Definition Classes
    ShapeLowPriority2
    Annotations
    @inline()
  47. 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)]

    Definition Classes
    ShapeLowPriority2
    Annotations
    @inline()
  48. 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)]

    Definition Classes
    ShapeLowPriority2
    Annotations
    @inline()
  49. 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)]

    Definition Classes
    ShapeLowPriority2
    Annotations
    @inline()
  50. 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)]

    Definition Classes
    ShapeLowPriority2
    Annotations
    @inline()
  51. 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)]

    Definition Classes
    ShapeLowPriority2
    Annotations
    @inline()
  52. 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)]

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

    Definition Classes
    ShapeLowPriority1
    Annotations
    @inline()
  54. val unitShapePrototype: Shape[Flat, Unit, Unit, Unit]

    Definition Classes
    ShapeLowPriority1
  55. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. def [B](y: B): (ShapeLowPriority, B)

    Implicit information
    This member is added by an implicit conversion from ShapeLowPriority to ArrowAssoc[ShapeLowPriority] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from ShapeLowPriority to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (shapeLowPriority: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from ShapeLowPriority to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (shapeLowPriority: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: ShapeLowPriority

    Implicit information
    This member is added by an implicit conversion from ShapeLowPriority to ArrowAssoc[ShapeLowPriority] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (shapeLowPriority: ArrowAssoc[ShapeLowPriority]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: ShapeLowPriority

    Implicit information
    This member is added by an implicit conversion from ShapeLowPriority to Ensuring[ShapeLowPriority] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (shapeLowPriority: Ensuring[ShapeLowPriority]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from ShapeLowPriority1

Inherited from ShapeLowPriority2

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ShapeLowPriority to StringAdd

Inherited by implicit conversion any2stringfmt from ShapeLowPriority to StringFormat

Inherited by implicit conversion any2ArrowAssoc from ShapeLowPriority to ArrowAssoc[ShapeLowPriority]

Inherited by implicit conversion any2Ensuring from ShapeLowPriority to Ensuring[ShapeLowPriority]

Ungrouped