scala.slick.lifted

BooleanColumnExtensionMethods

final class BooleanColumnExtensionMethods[P1] extends AnyVal with ExtensionMethods[Boolean, P1]

Extension methods for Column[Boolean] and Column[Option[Boolean]]

Source
ExtensionMethods.scala
Linear Supertypes
ExtensionMethods[Boolean, P1], AnyVal, NotNull, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BooleanColumnExtensionMethods
  2. ExtensionMethods
  3. AnyVal
  4. NotNull
  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

Instance Constructors

  1. new BooleanColumnExtensionMethods(c: Column[P1])

Type Members

  1. type o = AnyRef { ... /* 3 definitions in type refinement */ }

    Definition Classes
    ExtensionMethods

Value Members

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

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

    Definition Classes
    Any
  3. def &&[P2, R](b: Column[P2])(implicit om: OptionMapper2[Boolean, Boolean, Boolean, P1, P2, R]): Column[R]

  4. def +(other: String): String

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

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

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

    Definition Classes
    Any
  8. implicit def b1Type: TypedType[Boolean]

    Definition Classes
    ExtensionMethods
  9. val c: Column[P1]

  10. def ensuring(cond: (BooleanColumnExtensionMethods[P1]) ⇒ Boolean, msg: ⇒ Any): BooleanColumnExtensionMethods[P1]

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

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

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

    Implicit information
    This member is added by an implicit conversion from BooleanColumnExtensionMethods[P1] to Ensuring[BooleanColumnExtensionMethods[P1]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def formatted(fmtstr: String): String

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

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

    Definition Classes
    Any
  17. def n: Node

    Definition Classes
    ExtensionMethods
    Annotations
    @inline()
  18. implicit def optionType: TypedType[Option[Boolean]]

    Definition Classes
    ExtensionMethods
  19. implicit def p1Type: TypedType[P1]

    Definition Classes
    ExtensionMethods
    Annotations
    @inline()
  20. def toString(): String

    Definition Classes
    Any
  21. def unary_!: Column[Boolean]

  22. def ||[P2, R](b: Column[P2])(implicit om: OptionMapper2[Boolean, Boolean, Boolean, P1, P2, R]): Column[R]

  23. def [B](y: B): (BooleanColumnExtensionMethods[P1], B)

    Implicit information
    This member is added by an implicit conversion from BooleanColumnExtensionMethods[P1] to ArrowAssoc[BooleanColumnExtensionMethods[P1]] 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 BooleanColumnExtensionMethods[P1] 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:
    (booleanColumnExtensionMethods: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from BooleanColumnExtensionMethods[P1] 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:
    (booleanColumnExtensionMethods: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: BooleanColumnExtensionMethods[P1]

    Implicit information
    This member is added by an implicit conversion from BooleanColumnExtensionMethods[P1] to ArrowAssoc[BooleanColumnExtensionMethods[P1]] 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:
    (booleanColumnExtensionMethods: ArrowAssoc[BooleanColumnExtensionMethods[P1]]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: BooleanColumnExtensionMethods[P1]

    Implicit information
    This member is added by an implicit conversion from BooleanColumnExtensionMethods[P1] to Ensuring[BooleanColumnExtensionMethods[P1]] 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:
    (booleanColumnExtensionMethods: Ensuring[BooleanColumnExtensionMethods[P1]]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from ExtensionMethods[Boolean, P1]

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Inherited by implicit conversion any2stringadd from BooleanColumnExtensionMethods[P1] to StringAdd

Inherited by implicit conversion any2stringfmt from BooleanColumnExtensionMethods[P1] to StringFormat

Inherited by implicit conversion any2ArrowAssoc from BooleanColumnExtensionMethods[P1] to ArrowAssoc[BooleanColumnExtensionMethods[P1]]

Inherited by implicit conversion any2Ensuring from BooleanColumnExtensionMethods[P1] to Ensuring[BooleanColumnExtensionMethods[P1]]

Ungrouped