![JAR search and dependency download from the Maven repository](/logo.png)
com.github.jeroenr.bson.element.BsonBoolean.scala Maven / Gradle / Ivy
The newest version!
package com.github.jeroenr.bson.element
import com.github.jeroenr.bson.Implicits.BsonValueBoolean
case class BsonBoolean(name: String, value: BsonValueBoolean) extends BsonElement {
val code: Byte = 0x08
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy