slick
.
direct
QueryOps
Related Docs:
object QueryOps
|
package direct
class
QueryOps
[
T
]
extends
AnyRef
Source
Queryable.scala
Linear Supertypes
AnyRef
,
Any
Type Hierarchy
Learn more about scaladoc diagrams
QueryOps[T]
AnyRef
Ordering
Alphabetic
By inheritance
Inherited
QueryOps
AnyRef
Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
QueryOps
()
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
def
+
(
other:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
QueryOps
[
T
] to
any2stringadd
[
QueryOps
[
T
]] performed by method any2stringadd in scala.Predef.
Definition Classes
any2stringadd
def
->
[
B
]
(
y:
B
)
: (
QueryOps
[
T
],
B
)
Implicit information
This member is added by an implicit conversion from
QueryOps
[
T
] to
ArrowAssoc
[
QueryOps
[
T
]] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Annotations
@inline
()
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
drop
(
i:
Int
)
:
BaseQueryable
[
T
]
def
ensuring
(
cond: (
QueryOps
[
T
]) ⇒
Boolean
,
msg: ⇒
Any
)
:
QueryOps
[
T
]
Implicit information
This member is added by an implicit conversion from
QueryOps
[
T
] to
Ensuring
[
QueryOps
[
T
]] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
QueryOps
[
T
]) ⇒
Boolean
)
:
QueryOps
[
T
]
Implicit information
This member is added by an implicit conversion from
QueryOps
[
T
] to
Ensuring
[
QueryOps
[
T
]] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
QueryOps
[
T
]
Implicit information
This member is added by an implicit conversion from
QueryOps
[
T
] to
Ensuring
[
QueryOps
[
T
]] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
QueryOps
[
T
]
Implicit information
This member is added by an implicit conversion from
QueryOps
[
T
] to
Ensuring
[
QueryOps
[
T
]] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
filter
(
projection: (
T
) ⇒
Boolean
)
:
BaseQueryable
[
T
]
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
flatMap
[
S
]
(
projection: (
T
) ⇒
BaseQueryable
[
S
]
)
:
BaseQueryable
[
S
]
def
formatted
(
fmtstr:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
QueryOps
[
T
] to
StringFormat
[
QueryOps
[
T
]] performed by method StringFormat in scala.Predef.
Definition Classes
StringFormat
Annotations
@inline
()
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
length
[
S
]
:
Int
def
map
[
S
]
(
projection: (
T
) ⇒
S
)
:
BaseQueryable
[
S
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
sortBy
(
projection: (
T
) ⇒
Any
)
:
BaseQueryable
[
T
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
take
(
i:
Int
)
:
BaseQueryable
[
T
]
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
→
[
B
]
(
y:
B
)
: (
QueryOps
[
T
],
B
)
Implicit information
This member is added by an implicit conversion from
QueryOps
[
T
] to
ArrowAssoc
[
QueryOps
[
T
]] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Inherited from
AnyRef
Inherited from
Any
Inherited by implicit conversion any2stringadd from
QueryOps
[
T
] to
any2stringadd
[
QueryOps
[
T
]]
Inherited by implicit conversion StringFormat from
QueryOps
[
T
] to
StringFormat
[
QueryOps
[
T
]]
Inherited by implicit conversion Ensuring from
QueryOps
[
T
] to
Ensuring
[
QueryOps
[
T
]]
Inherited by implicit conversion ArrowAssoc from
QueryOps
[
T
] to
ArrowAssoc
[
QueryOps
[
T
]]
Ungrouped