lightdb.feature

package lightdb.feature

Members list

Type members

Classlikes

final case class DBFeatureKey[T](key: String) extends AnyVal, FeatureKey[T]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait FeatureKey[T]
class AnyVal
trait Matchable
class Any
Show all
trait FeatureKey[T]

Attributes

Supertypes
class Any
Known subtypes
class DBFeatureKey[T]
class TransactionKey[T]
trait FeatureSupport[Key <: (FeatureKey)]

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Transaction[Doc]
trait LightDB