final
class
BooleanColumnExtensionMethods[P1] extends AnyVal with ExtensionMethods[Boolean, P1]
Instance Constructors
-
new
BooleanColumnExtensionMethods(c: Column[P1])
Type Members
-
type
o = AnyRef { ... /* 3 definitions in type refinement */ }
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
&&[P2, R](b: Column[P2])(implicit om: OptionMapper2[Boolean, Boolean, Boolean, P1, P2, R]): Column[R]
-
def
+(other: String): String
-
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
implicit
def
b1Type: TypedType[Boolean]
-
-
-
-
-
-
def
formatted(fmtstr: String): String
-
def
getClass(): Class[_ <: AnyVal]
-
final
def
isInstanceOf[T0]: Boolean
-
-
implicit
def
optionType: TypedType[Option[Boolean]]
-
implicit
def
p1Type: TypedType[P1]
-
def
toString(): String
-
def
unary_!: Column[Boolean]
-
def
||[P2, R](b: Column[P2])(implicit om: OptionMapper2[Boolean, Boolean, Boolean, P1, P2, R]): Column[R]
-
Shadowed Implicit Value Members
-
val
self: Any
-
val
self: Any
Inherited from AnyVal
Inherited from NotNull
Inherited from Any
Extension methods for Column[Boolean] and Column[Option[Boolean]]