Class

reactivemongo.akkastream

AkkaStreamFlattenedCursor

Related Doc: package akkastream

Permalink

final class AkkaStreamFlattenedCursor[T] extends FlattenedCursor[T] with AkkaStreamCursor[T]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AkkaStreamFlattenedCursor
  2. AkkaStreamCursor
  3. FlattenedCursor
  4. FlattenedCursorCompat
  5. Cursor
  6. CursorCompatAPI
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AkkaStreamFlattenedCursor(cursor: Future[AkkaStreamCursor[T]])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from AkkaStreamFlattenedCursor[T] to any2stringadd[AkkaStreamFlattenedCursor[T]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (AkkaStreamFlattenedCursor[T], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from AkkaStreamFlattenedCursor[T] to ArrowAssoc[AkkaStreamFlattenedCursor[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. final def bulkPublisher(fanout: Boolean = false, maxDocs: Int = Int.MaxValue, err: ErrorHandler[Option[Iterator[T]]] = FailOnError())(implicit m: Materializer): Publisher[Iterator[T]]

    Permalink

    Returns a Reactive Streams publisher of bulks from this cursor.

    Returns a Reactive Streams publisher of bulks from this cursor.

    fanout

    see http://doc.akka.io/api/akka/2.4.7/index.html#akka.stream.scaladsl.Sink$@asPublisher[T](fanout:Boolean):akka.stream.scaladsl.Sink[T,org.reactivestreams.Publisher[T Sink.asPublisher]] (default: false)

    maxDocs

    the maximum number of documents to be retrieved

    err

    The binary operator to be applied when failing to get the next response. Exception or Fail raised within the suc function cannot be recovered by this error handler.

    m

    the stream materializer

    Definition Classes
    AkkaStreamCursor
  8. def bulkSource(maxDocs: Int = Int.MaxValue, err: ErrorHandler[Option[Iterator[T]]] = FailOnError())(implicit m: Materializer): Source[Iterator[T], Future[State]]

    Permalink

    Returns a source of document bulks (see reactivemongo.api.QueryOpts.batchSize).

    Returns a source of document bulks (see reactivemongo.api.QueryOpts.batchSize). It materializes a Future of State (for now with no detail, for future extension).

    maxDocs

    the maximum number of documents to be retrieved

    err

    The binary operator to be applied when failing to get the next response. Exception or Fail raised within the suc function cannot be recovered by this error handler.

    m

    the stream materializer

    Definition Classes
    AkkaStreamFlattenedCursorAkkaStreamCursor
    Annotations
    @silent( ".*fromFuture.*" )
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def collect[M[_]](maxDocs: Int, err: ErrorHandler[M[T]])(implicit cbf: CanBuildFrom[M[_], T, M[T]], ec: ExecutionContext): Future[M[T]]

    Permalink
    Definition Classes
    FlattenedCursorCompat
  11. val cursor: Future[Cursor[T]]

    Permalink
    Attributes
    protected
    Definition Classes
    FlattenedCursor
  12. final def documentPublisher(fanout: Boolean = false, maxDocs: Int = Int.MaxValue, err: ErrorHandler[Option[T]] = FailOnError())(implicit m: Materializer): Publisher[T]

    Permalink

    Returns a Reactive Streams publisher of documents from this cursor.

    Returns a Reactive Streams publisher of documents from this cursor.

    fanout

    see http://doc.akka.io/api/akka/2.4.7/index.html#akka.stream.scaladsl.Sink$@asPublisher[T](fanout:Boolean):akka.stream.scaladsl.Sink[T,org.reactivestreams.Publisher[T Sink.asPublisher]] (default: false)

    maxDocs

    the maximum number of documents to be retrieved

    err

    The binary operator to be applied when failing to get the next response. Exception or Fail raised within the suc function cannot be recovered by this error handler.

    m

    the stream materializer

    Definition Classes
    AkkaStreamCursor
  13. def documentSource(maxDocs: Int = Int.MaxValue, err: ErrorHandler[Option[T]] = FailOnError())(implicit m: Materializer): Source[T, Future[State]]

    Permalink

    Returns a source of documents.

    Returns a source of documents. It materializes a Future of State (for now with no detail, for future extension).

    maxDocs

    the maximum number of documents to be retrieved

    err

    The binary operator to be applied when failing to get the next response. Exception or Fail raised within the suc function cannot be recovered by this error handler.

    m

    the stream materializer

    Definition Classes
    AkkaStreamFlattenedCursorAkkaStreamCursor
    Annotations
    @silent( ".*fromFuture.*" )
  14. def ensuring(cond: (AkkaStreamFlattenedCursor[T]) ⇒ Boolean, msg: ⇒ Any): AkkaStreamFlattenedCursor[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AkkaStreamFlattenedCursor[T] to Ensuring[AkkaStreamFlattenedCursor[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (AkkaStreamFlattenedCursor[T]) ⇒ Boolean): AkkaStreamFlattenedCursor[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AkkaStreamFlattenedCursor[T] to Ensuring[AkkaStreamFlattenedCursor[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): AkkaStreamFlattenedCursor[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AkkaStreamFlattenedCursor[T] to Ensuring[AkkaStreamFlattenedCursor[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): AkkaStreamFlattenedCursor[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AkkaStreamFlattenedCursor[T] to Ensuring[AkkaStreamFlattenedCursor[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def fold[A](z: ⇒ A, maxDocs: Int)(suc: (A, T) ⇒ A)(implicit ec: ExecutionContext): Future[A]

    Permalink
    Definition Classes
    Cursor
  22. final def foldBulks[A](z: ⇒ A, maxDocs: Int)(suc: (A, Iterator[T]) ⇒ api.Cursor.State[A], err: ErrorHandler[A])(implicit ec: ExecutionContext): Future[A]

    Permalink
    Definition Classes
    FlattenedCursor → Cursor
  23. final def foldBulksM[A](z: ⇒ A, maxDocs: Int)(suc: (A, Iterator[T]) ⇒ Future[api.Cursor.State[A]], err: ErrorHandler[A])(implicit ec: ExecutionContext): Future[A]

    Permalink
    Definition Classes
    FlattenedCursor → Cursor
  24. final def foldWhile[A](z: ⇒ A, maxDocs: Int)(suc: (A, T) ⇒ api.Cursor.State[A], err: ErrorHandler[A])(implicit ec: ExecutionContext): Future[A]

    Permalink
    Definition Classes
    FlattenedCursor → Cursor
  25. final def foldWhileM[A](z: ⇒ A, maxDocs: Int)(suc: (A, T) ⇒ Future[api.Cursor.State[A]], err: ErrorHandler[A])(implicit ec: ExecutionContext): Future[A]

    Permalink
    Definition Classes
    FlattenedCursor → Cursor
  26. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from AkkaStreamFlattenedCursor[T] to StringFormat[AkkaStreamFlattenedCursor[T]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  27. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  28. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def head(implicit ec: ExecutionContext): Future[T]

    Permalink
    Definition Classes
    FlattenedCursor → Cursor
  30. final def headOption(implicit ec: ExecutionContext): Future[Option[T]]

    Permalink
    Definition Classes
    FlattenedCursor → Cursor
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. def peek[M[_]](maxDocs: Int)(implicit cbf: CanBuildFrom[M[_], T, M[T]], ec: ExecutionContext): Future[Result[M[T]]]

    Permalink
    Definition Classes
    FlattenedCursorCompat
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def [B](y: B): (AkkaStreamFlattenedCursor[T], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from AkkaStreamFlattenedCursor[T] to ArrowAssoc[AkkaStreamFlattenedCursor[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AkkaStreamCursor[T]

Inherited from FlattenedCursor[T]

Inherited from FlattenedCursorCompat[T]

Inherited from Cursor[T]

Inherited from CursorCompatAPI[T]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from AkkaStreamFlattenedCursor[T] to any2stringadd[AkkaStreamFlattenedCursor[T]]

Inherited by implicit conversion StringFormat from AkkaStreamFlattenedCursor[T] to StringFormat[AkkaStreamFlattenedCursor[T]]

Inherited by implicit conversion Ensuring from AkkaStreamFlattenedCursor[T] to Ensuring[AkkaStreamFlattenedCursor[T]]

Inherited by implicit conversion ArrowAssoc from AkkaStreamFlattenedCursor[T] to ArrowAssoc[AkkaStreamFlattenedCursor[T]]

Ungrouped