object stream
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- stream
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[V](conversion: Conversion[Doc, V])(implicit transaction: Transaction[Doc]): Stream[IO, V]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def converted[T](f: (Doc) => T)(implicit transaction: Transaction[Doc]): Stream[IO, T]
- def distance[G <: Geo](f: (Model) => Field[Doc, List[G]], from: Point, sort: Boolean = true, radius: Option[Distance] = None)(implicit transaction: Transaction[Doc]): Stream[IO, DistanceAndDoc[Doc]]
- def docs(implicit transaction: Transaction[Doc]): Stream[IO, Doc]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def id(implicit transaction: Transaction[Doc], ev: <:<[Model, DocumentModel[_]]): Stream[IO, Id[Doc]]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def json(f: (Model) => List[Field[Doc, _]])(implicit transaction: Transaction[Doc]): Stream[IO, Json]
- def materialized(f: (Model) => List[Field[Doc, _]])(implicit transaction: Transaction[Doc]): Stream[IO, MaterializedIndex[Doc, Model]]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def value[F](f: (Model) => Field[Doc, F])(implicit transaction: Transaction[Doc]): Stream[IO, F]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object scored
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)