com
.
ibm
.
couchdb
.
api
.
builders
ViewQueryBuilder
Related Docs:
class ViewQueryBuilder
|
package builders
object
ViewQueryBuilder
extends
Serializable
Linear Supertypes
Serializable
,
Serializable
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
ViewQueryBuilder
Serializable
Serializable
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
case class
Builder
[
K
,
V
,
T
,
ID <:
DocsInResult
,
MR <:
ViewOperation
]
(
builder:
VBuilder
[
K
,
V
,
ID
,
MR
]
)
(
implicit
evidence$14:
R
[
K
]
,
evidence$15:
R
[
V
]
,
evidence$16:
R
[
T
]
,
kr:
W
[
K
]
,
cdr:
R
[
CouchKeyVals
[
K
,
V
]]
)
extends
Product
with
Serializable
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
apply
[
K
,
V
]
(
client:
Client
,
db:
String
,
view:
CouchView
)
(
implicit
arg0:
R
[
K
]
,
arg1:
R
[
V
]
,
kw:
W
[
K
]
)
:
ViewQueryBuilder
[
K
,
V
,
ExcludeDocs
,
MapOnly
]
def
apply
[
K
,
V
]
(
client:
Client
,
db:
String
,
design:
String
,
view:
String
)
(
implicit
arg0:
R
[
K
]
,
arg1:
R
[
V
]
,
kw:
W
[
K
]
)
:
ViewQueryBuilder
[
K
,
V
,
ExcludeDocs
,
MapOnly
]
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
implicit
def
buildBasic
[
K
,
V
]
(
builder:
VBuilder
[
K
,
V
,
ExcludeDocs
,
MapOnly
]
)
(
implicit
arg0:
R
[
K
]
,
arg1:
R
[
V
]
,
kw:
W
[
K
]
)
:
Builder
[
K
,
V
,
CouchKeyVals
[
K
,
V
],
ExcludeDocs
,
MapOnly
]
implicit
def
buildReduced
[
K
,
V
,
A
]
(
builder:
VBuilder
[
K
,
V
,
ExcludeDocs
,
MapWithReduce
[
A
]]
)
(
implicit
arg0:
R
[
K
]
,
arg1:
R
[
V
]
,
arg2:
R
[
A
]
,
kw:
W
[
K
]
)
:
Builder
[
K
,
V
,
CouchReducedKeyVals
[
K
,
A
],
ExcludeDocs
,
MapWithReduce
[
A
]]
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
implicit
def
includeDocsBuilder
[
K
,
V
,
D
]
(
builder:
VBuilder
[
K
,
V
,
IncludeDocs
[
D
],
MapOnly
]
)
(
implicit
arg0:
R
[
K
]
,
arg1:
R
[
V
]
,
arg2:
R
[
D
]
,
kw:
W
[
K
]
)
:
Builder
[
K
,
V
,
CouchDocs
[
K
,
V
,
D
],
IncludeDocs
[
D
],
MapOnly
]
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
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
(
...
)
Inherited from
Serializable
Inherited from
Serializable
Inherited from
AnyRef
Inherited from
Any
Ungrouped