lightdb.collection
package lightdb.collection
Members list
Type members
Classlikes
case class Collection[Doc <: Document[Doc], Model <: DocumentModel[Doc]](name: String, model: Model, store: Store[Doc, Model]) extends Initializable, Disposable
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Disposabletrait Initializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
object Collection
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Collection.type
In this article