FeatureSupport

lightdb.feature.FeatureSupport
trait FeatureSupport[Key <: (FeatureKey)]

Attributes

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

Members list

Value members

Concrete methods

def apply[T](key: Key[T]): T
def featureMap: Map[Key[Any], Any]
def features: Iterable[Any]
def get[T](key: Key[T]): Option[T]
def getOrCreate[T](key: Key[T], create: => T): T
def put[T](key: Key[T], value: T): Unit