oolong.mongo.MongoUpdateNode
See theMongoUpdateNode companion trait
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
MongoUpdateNode.type
Members list
Type members
Classlikes
case class Constant[T](t: T) extends MongoUpdateNode
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait MongoUpdateNodeclass Objecttrait Matchableclass AnyShow all
sealed abstract class MongoUpdateOp(val prop: Prop, val value: MongoUpdateNode) extends MongoUpdateNode
Attributes
- Companion
- object
- Supertypes
- Known subtypes
object MongoUpdateOp
Attributes
- Companion
- class
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
MongoUpdateOp.type
case class Prop(path: String) extends MongoUpdateNode
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait MongoUpdateNodeclass Objecttrait Matchableclass AnyShow all
case class ScalaCode(code: Expr[Any]) extends MongoUpdateNode
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait MongoUpdateNodeclass Objecttrait Matchableclass AnyShow all
case class Update(setters: List[MongoUpdateOp]) extends MongoUpdateNode
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait MongoUpdateNodeclass Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Singleton
Attributes
- Inherited from:
- Singleton
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
The mirrored *-type
The mirrored *-type
Attributes
- Inherited from:
- Singleton
Attributes
- Inherited from:
- Singleton
Value members
Inherited methods
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
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article