class
ImplicitQueryable[T] extends BaseQueryable[T]
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
-
def
clone(): AnyRef
-
val
database: DatabaseDef
-
-
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ImplicitQueryable[T]
-
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
val
expr_or_typetag: Either[scala.reflect.api.JavaUniverse.Expr[_], (scala.reflect.api.JavaUniverse.TypeTag[_], ClassTag[_])]
-
def
filter(projection: (T) ⇒ Boolean): ImplicitQueryable[T]
-
def
finalize(): Unit
-
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
length: Int
-
def
map[S](projection: (T) ⇒ S): ImplicitQueryable[S]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
-
def
size: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toSeq: Seq[T]
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
withFilter(projection: (T) ⇒ Boolean): ImplicitQueryable[T]
-
Shadowed Implicit Value Members
-
val
self: Any
-
val
self: Any
Inherited from AnyRef
Inherited from Any
Inherited by implicit conversion any2stringadd from
ImplicitQueryable[T] to StringAdd
Inherited by implicit conversion any2stringfmt from
ImplicitQueryable[T] to StringFormat
(Since version 3.0) The Direct Embedding will be removed. Use the Lifted Embedding instead.