AsyncSearchResults

lightdb.async.AsyncSearchResults
case class AsyncSearchResults[Doc <: Document[Doc], V](offset: Int, limit: Option[Int], total: Option[Int], scoredStream: Stream[IO, (V, Double)], transaction: Transaction[Doc])

Attributes

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

Members list

Value members

Concrete methods

def first: IO[Option[V]]
def one: IO[V]
def stream: Stream[IO, V]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product