final
class
OptionColumnExtensionMethods[B1] extends AnyVal with ColumnExtensionMethods[B1, Option[B1]] with OptionExtensionMethods[B1]
Instance Constructors
-
new
OptionColumnExtensionMethods(c: Rep[Option[B1]])
Type Members
-
type
o = AnyRef { ... /* 2 definitions in type refinement */ }
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
-
def
<[P2, R](e: Rep[P2])(implicit om: OptionMapper2[B1, B1, Boolean, Option[B1], P2, R]): Rep[R]
-
def
<=[P2, R](e: Rep[P2])(implicit om: OptionMapper2[B1, B1, Boolean, Option[B1], P2, R]): Rep[R]
-
def
=!=[P2, R](e: Rep[P2])(implicit om: OptionMapper2[B1, B1, Boolean, Option[B1], P2, R]): Rep[R]
-
final
def
==(arg0: Any): Boolean
-
def
===[P2, R](e: Rep[P2])(implicit om: OptionMapper2[B1, B1, Boolean, Option[B1], P2, R]): Rep[R]
-
def
>[P2, R](e: Rep[P2])(implicit om: OptionMapper2[B1, B1, Boolean, Option[B1], P2, R]): Rep[R]
-
def
>=[P2, R](e: Rep[P2])(implicit om: OptionMapper2[B1, B1, Boolean, Option[B1], P2, R]): Rep[R]
-
final
def
asInstanceOf[T0]: T0
-
implicit
def
b1Type: TypedType[B1]
-
def
between[P2, P3, R](start: Rep[P2], end: Rep[P3])(implicit om: OptionMapper3[B1, B1, B1, Boolean, Option[B1], P2, P3, R]): Rep[R]
-
val
c: Rep[Option[B1]]
-
-
-
-
-
def
formatted(fmtstr: String): String
-
def
get: Rep[B1]
-
def
getClass(): Class[_ <: AnyVal]
-
def
ifNull[B2, P2, R](e: Rep[P2])(implicit om: OptionMapper2[B1, B2, Boolean, Option[B1], P2, R]): Rep[P2]
-
def
in[P2, R, C[_]](e: Query[Rep[P2], _, C])(implicit om: OptionMapper2[B1, B1, Boolean, Option[B1], P2, R]): Rep[R]
-
def
inSet[R](seq: Traversable[B1])(implicit om: OptionMapper2[Boolean, B1, Boolean, Boolean, Option[B1], R]): Rep[R]
-
def
inSetBind[R](seq: Traversable[B1])(implicit om: OptionMapper2[Boolean, B1, Boolean, Boolean, Option[B1], R]): Rep[R]
-
final
def
isInstanceOf[T0]: Boolean
-
-
implicit
def
p1Type: TypedType[Option[B1]]
-
def
toString(): String
-
-
Inherited from AnyVal
Inherited from Any