reactivemongo
.
bson
BSONElement
Related Docs:
object BSONElement
|
package bson
case class
BSONElement
(
name:
String
,
value:
BSONValue
)
extends
ElementProducer
with
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
ElementProducer
,
Producer
[
BSONElement
],
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
BSONElement
Serializable
Serializable
Product
Equals
ElementProducer
Producer
AnyRef
Any
Implicitly
by valueProducer
by element2Producer
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
BSONElement
(
name:
String
,
value:
BSONValue
)
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
BSONElement
to
any2stringadd
[
BSONElement
] performed by method any2stringadd in scala.Predef.
Definition Classes
any2stringadd
def
->
[
B
]
(
y:
B
)
: (
BSONElement
,
B
)
Implicit information
This member is added by an implicit conversion from
BSONElement
to
ArrowAssoc
[
BSONElement
] 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
ensuring
(
cond: (
BSONElement
) ⇒
Boolean
,
msg: ⇒
Any
)
:
BSONElement
Implicit information
This member is added by an implicit conversion from
BSONElement
to
Ensuring
[
BSONElement
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
BSONElement
) ⇒
Boolean
)
:
BSONElement
Implicit information
This member is added by an implicit conversion from
BSONElement
to
Ensuring
[
BSONElement
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
BSONElement
Implicit information
This member is added by an implicit conversion from
BSONElement
to
Ensuring
[
BSONElement
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
BSONElement
Implicit information
This member is added by an implicit conversion from
BSONElement
to
Ensuring
[
BSONElement
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
formatted
(
fmtstr:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
BSONElement
to
StringFormat
[
BSONElement
] performed by method StringFormat in scala.Predef.
Definition Classes
StringFormat
Annotations
@inline
()
def
generate
()
:
List
[
BSONElement
]
Definition Classes
BSONElement
→
Producer
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
name
:
String
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
val
value
:
BSONValue
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
)
: (
BSONElement
,
B
)
Implicit information
This member is added by an implicit conversion from
BSONElement
to
ArrowAssoc
[
BSONElement
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Deprecated Value Members
def
_1
:
String
Annotations
@deprecated
@inline
()
Deprecated
(Since version 0.12.0)
Use
name
def
_2
:
BSONValue
Annotations
@deprecated
@inline
()
Deprecated
(Since version 0.12.0)
Use
value
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
ElementProducer
Inherited from
Producer
[
BSONElement
]
Inherited from
AnyRef
Inherited from
Any
Inherited by implicit conversion valueProducer from
BSONElement
to
Producer
[
BSONValue
]
Inherited by implicit conversion element2Producer from
BSONElement
to
Producer
[
BSONElement
]
Inherited by implicit conversion any2stringadd from
BSONElement
to
any2stringadd
[
BSONElement
]
Inherited by implicit conversion StringFormat from
BSONElement
to
StringFormat
[
BSONElement
]
Inherited by implicit conversion Ensuring from
BSONElement
to
Ensuring
[
BSONElement
]
Inherited by implicit conversion ArrowAssoc from
BSONElement
to
ArrowAssoc
[
BSONElement
]
Ungrouped