public class ToScalaCollection$ extends Object
Modifier and Type | Field and Description |
---|---|
static ToScalaCollection$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
ToScalaCollection$() |
Modifier and Type | Method and Description |
---|---|
ToScalaCollection<Object> |
apply()
Returns a ToScalaCollection using a ToScalaCollectionJSONDecoder
|
<A> ToScalaCollection<A> |
apply(BSONDecoder<A> decoder) |
public static final ToScalaCollection$ MODULE$
public ToScalaCollection<Object> apply()
public <A> ToScalaCollection<A> apply(BSONDecoder<A> decoder)