BMinKey

mongo4cats.bson.BsonValue.BMinKey
case object BMinKey extends BsonValue

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class BsonValue
class Object
trait Matchable
class Any
Show all
Self type
BMinKey.type

Members list

Type members

Inherited types

type MirroredElemLabels = EmptyTuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple

Attributes

Inherited from:
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton

Value members

Concrete methods

override def asBigDecimal: Option[BigDecimal]

Attributes

Definition Classes
override def asBoolean: Option[Boolean]

Attributes

Definition Classes
override def asDocument: Option[Document]

Attributes

Definition Classes
override def asDouble: Option[Double]

Attributes

Definition Classes
override def asInstant: Option[Instant]

Attributes

Definition Classes
override def asInt: Option[Int]

Attributes

Definition Classes
override def asJava: BsonValue

Attributes

Definition Classes
override def asList: Option[List[BsonValue]]

Attributes

Definition Classes
override def asLong: Option[Long]

Attributes

Definition Classes
override def asObjectId: Option[ObjectId]

Attributes

Definition Classes
override def asString: Option[String]

Attributes

Definition Classes
override def asUuid: Option[UUID]

Attributes

Definition Classes
override def isNull: Boolean

Attributes

Definition Classes
override def isUndefined: Boolean

Attributes

Definition Classes

Inherited methods

def fromProduct(p: Product): MirroredMonoType

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product