IndexedLinks

lightdb.IndexedLinks
case class IndexedLinks[V, D <: Document[D]](name: String, createKey: V => String, createV: D => V, loadStore: () => Store, collection: AbstractCollection[D], maxLinks: MaxLinks)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def query(value: V): Stream[IO, D]
def queryIds(value: V): Stream[IO, Id[D]]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val store: Store