trait NumericColumnExtensionMethods[B1, P1] extends ExtensionMethods[B1, P1]
Extension methods for numeric columns
- Source
- ExtensionMethods.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- NumericColumnExtensionMethods
- ExtensionMethods
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type o = AnyRef { ... /* 2 definitions in type refinement */ }
- Attributes
- protected[this]
- Definition Classes
- ExtensionMethods
Abstract Value Members
- implicit abstract def b1Type: TypedType[B1]
- Attributes
- protected[this]
- Definition Classes
- ExtensionMethods
- abstract def c: Rep[P1]
- Attributes
- protected[this]
- Definition Classes
- ExtensionMethods
- abstract def getClass(): Class[_ <: AnyRef]
- Definition Classes
- Any
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- def %[P2, R](e: Rep[P2])(implicit om: OptionMapper2[B1, B1, B1, P1, P2, R]): Rep[R]
- def *[P2, R](e: Rep[P2])(implicit om: OptionMapper2[B1, B1, B1, P1, P2, R]): Rep[R]
- def +[P2, R](e: Rep[P2])(implicit om: OptionMapper2[B1, B1, B1, P1, P2, R]): Rep[R]
- def -[P2, R](e: Rep[P2])(implicit om: OptionMapper2[B1, B1, B1, P1, P2, R]): Rep[R]
- def ->[B](y: B): (NumericColumnExtensionMethods[B1, P1], B)
- Implicit
- This member is added by an implicit conversion from NumericColumnExtensionMethods[B1, P1] toArrowAssoc[NumericColumnExtensionMethods[B1, P1]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- def /[P2, R](e: Rep[P2])(implicit om: OptionMapper2[B1, B1, B1, P1, P2, R]): Rep[R]
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def abs: Rep[P1]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def ceil: Rep[P1]
- def ensuring(cond: (NumericColumnExtensionMethods[B1, P1]) => Boolean, msg: => Any): NumericColumnExtensionMethods[B1, P1]
- Implicit
- This member is added by an implicit conversion from NumericColumnExtensionMethods[B1, P1] toEnsuring[NumericColumnExtensionMethods[B1, P1]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (NumericColumnExtensionMethods[B1, P1]) => Boolean): NumericColumnExtensionMethods[B1, P1]
- Implicit
- This member is added by an implicit conversion from NumericColumnExtensionMethods[B1, P1] toEnsuring[NumericColumnExtensionMethods[B1, P1]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): NumericColumnExtensionMethods[B1, P1]
- Implicit
- This member is added by an implicit conversion from NumericColumnExtensionMethods[B1, P1] toEnsuring[NumericColumnExtensionMethods[B1, P1]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): NumericColumnExtensionMethods[B1, P1]
- Implicit
- This member is added by an implicit conversion from NumericColumnExtensionMethods[B1, P1] toEnsuring[NumericColumnExtensionMethods[B1, P1]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def equals(arg0: Any): Boolean
- Definition Classes
- Any
- def floor: Rep[P1]
- def hashCode(): Int
- Definition Classes
- Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def n: Node
- Attributes
- protected[this]
- Definition Classes
- ExtensionMethods
- Annotations
- @inline()
- implicit def p1Type: TypedType[P1]
- Attributes
- protected[this]
- Definition Classes
- ExtensionMethods
- Annotations
- @inline()
- def sign[R](implicit om: OptionMapper2[Boolean, B1, Int, Boolean, P1, R]): Rep[R]
- def toDegrees: Rep[P1]
- def toRadians: Rep[P1]
- def toString(): String
- Definition Classes
- Any
- def tpe[T](r: Rep[T]): TypedType[T]
- Attributes
- protected[this]
- Definition Classes
- ExtensionMethods
- Annotations
- @inline()
Shadowed Implicit Value Members
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from NumericColumnExtensionMethods[B1, P1] toany2stringadd[NumericColumnExtensionMethods[B1, P1]] performed by method any2stringadd in scala.Predef.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(numericColumnExtensionMethods: any2stringadd[NumericColumnExtensionMethods[B1, P1]]).+(other)
- Definition Classes
- any2stringadd
Deprecated Value Members
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from NumericColumnExtensionMethods[B1, P1] toStringFormat[NumericColumnExtensionMethods[B1, P1]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)
instead ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.
- def →[B](y: B): (NumericColumnExtensionMethods[B1, P1], B)
- Implicit
- This member is added by an implicit conversion from NumericColumnExtensionMethods[B1, P1] toArrowAssoc[NumericColumnExtensionMethods[B1, P1]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.
edit this text on github
Scala Language-Integrated Connection Kit
This is the API documentation for the Slick database library. It should be used as an additional resource to the user manual.
Further documentation for Slick can be found on the documentation pages.
To the slick package list...