scalaz
.
stream
.
mongodb
.
bson
BSONValuesImplicits
trait
BSONValuesImplicits
extends
AnyRef
Various conversions for tagged values
Linear Supertypes
AnyRef
,
Any
Known Subclasses
collectionSyntax
Ordering
Alphabetic
By inheritance
Inherited
BSONValuesImplicits
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Type Members
implicit
class
BSONCollection
[
C
[
A
]
<:
Iterable
[
A
]
,
A
]
extends
CollectionBSONOps
[
C
]
implicit
class
BSONDBOConverter
[
A <:
BSONObject
]
extends
DBObjectOps
[
A
]
implicit
class
BSONMap
[
C
[
String
,
A
]
<:
Map
[
String
,
A
]
,
A
]
extends
MapBSONOps
[
C
]
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
implicit
def
boolean2BSONValue
(
b:
Boolean
)
:
collectionSyntax.BSONValue
[
Boolean
]
implicit
def
bson2dbo
(
m:
collectionSyntax.BSONObject
)
:
DBObject
implicit
def
byte2BSONValue
(
b:
Byte
)
:
collectionSyntax.BSONValue
[
Byte
]
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
implicit
def
container2BSONValue
(
c:
Iterable
[
collectionSyntax.BSONAny
]
)
:
collectionSyntax.BSONValue
[
Iterable
[
collectionSyntax.BSONAny
]]
implicit
def
date2BSONValue
(
d:
Date
)
:
collectionSyntax.BSONValue
[
Date
]
implicit
def
double2BSONValue
(
d:
Double
)
:
collectionSyntax.BSONValue
[
Double
]
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]
)
implicit
def
float2BSONValue
(
f:
Float
)
:
collectionSyntax.BSONValue
[
Float
]
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
implicit
def
int2BSONValue
(
i:
Int
)
:
collectionSyntax.BSONValue
[
Int
]
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
implicit
def
long2BSONValue
(
i:
Long
)
:
collectionSyntax.BSONValue
[
Long
]
implicit
def
map2BSONValue
(
c:
Map
[
String
,
collectionSyntax.BSONAny
]
)
:
collectionSyntax.BSONValue
[
Map
[
String
,
collectionSyntax.BSONAny
]]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
implicit
def
object2BSONValue
(
o:
DBObject
)
:
collectionSyntax.BSONValue
[
DBObject
]
implicit
def
objectId2BSONValue
(
id:
ObjectId
)
:
collectionSyntax.BSONValue
[
ObjectId
]
implicit
def
option2BSONValue
[
A
]
(
opt:
Option
[
A
]
)
(
implicit
arg0:
BSONSerializable
[
A
]
)
:
collectionSyntax.BSONValue
[
Option
[
collectionSyntax.BSONAny
]]
implicit
def
short2BSONValue
(
s:
Short
)
:
collectionSyntax.BSONValue
[
Short
]
implicit
def
string2BSONValue
(
s:
String
)
:
collectionSyntax.BSONValue
[
String
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
unsafeAny2BSONValue
(
a:
Any
)
:
collectionSyntax.BSONAny
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
AnyRef
Inherited from
Any
Ungrouped
Various conversions for tagged values