Packages

c

reactivemongo.akkastream

AkkaStreamFlattenedCursor

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]])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    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)
    Implicit
    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
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def bulkPublisher(fanout: Boolean = false, maxDocs: Int = Int.MaxValue, err: ErrorHandler[Option[Iterator[T]]] = FailOnError())(implicit m: Materializer): Publisher[Iterator[T]]

    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]]

    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
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. def collect[M[_]](maxDocs: Int, err: ErrorHandler[M[T]])(implicit cbf: CanBuildFrom[M[_], T, M[T]], ec: ExecutionContext): Future[M[T]]
    Definition Classes
    FlattenedCursorCompat
  11. val cursor: Future[Cursor[T]]
    Attributes
    protected
    Definition Classes
    FlattenedCursor
  12. def documentPublisher(fanout: Boolean = false, maxDocs: Int = Int.MaxValue, err: ErrorHandler[Option[T]] = FailOnError())(implicit m: Materializer): Publisher[T]

    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]]

    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
  14. def ensuring(cond: (AkkaStreamFlattenedCursor[T]) ⇒ Boolean, msg: ⇒ Any): AkkaStreamFlattenedCursor[T]
    Implicit
    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]
    Implicit
    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]
    Implicit
    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]
    Implicit
    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
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit
    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]
    Definition Classes
    Cursor
  22. def foldBulks[A](z: ⇒ A, maxDocs: Int)(suc: (A, Iterator[T]) ⇒ api.Cursor.State[A], err: ErrorHandler[A])(implicit ec: ExecutionContext): Future[A]
    Definition Classes
    FlattenedCursor → Cursor
  23. def foldBulksM[A](z: ⇒ A, maxDocs: Int)(suc: (A, Iterator[T]) ⇒ Future[api.Cursor.State[A]], err: ErrorHandler[A])(implicit ec: ExecutionContext): Future[A]
    Definition Classes
    FlattenedCursor → Cursor
  24. def foldResponses[A](z: ⇒ A, maxDocs: Int)(suc: (A, Response) ⇒ api.Cursor.State[A], err: ErrorHandler[A])(implicit ec: ExecutionContext): Future[A]
    Definition Classes
    FlattenedCursor → Cursor
  25. def foldResponsesM[A](z: ⇒ A, maxDocs: Int)(suc: (A, Response) ⇒ Future[api.Cursor.State[A]], err: ErrorHandler[A])(implicit ec: ExecutionContext): Future[A]
    Definition Classes
    FlattenedCursor → Cursor
  26. def foldWhile[A](z: ⇒ A, maxDocs: Int)(suc: (A, T) ⇒ api.Cursor.State[A], err: ErrorHandler[A])(implicit ec: ExecutionContext): Future[A]
    Definition Classes
    FlattenedCursor → Cursor
  27. def foldWhileM[A](z: ⇒ A, maxDocs: Int)(suc: (A, T) ⇒ Future[api.Cursor.State[A]], err: ErrorHandler[A])(implicit ec: ExecutionContext): Future[A]
    Definition Classes
    FlattenedCursor → Cursor
  28. def formatted(fmtstr: String): String
    Implicit
    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()
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. def head(implicit ec: ExecutionContext): Future[T]
    Definition Classes
    FlattenedCursor → Cursor
  32. def headOption(implicit ec: ExecutionContext): Future[Option[T]]
    Definition Classes
    FlattenedCursor → Cursor
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. def responsePublisher(fanout: Boolean = false, maxDocs: Int = Int.MaxValue, err: ErrorHandler[Option[Response]] = FailOnError())(implicit m: Materializer): Publisher[Response]

    Returns a Reactive Streams publisher of responses from this cursor.

    Returns a Reactive Streams publisher of responses 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
  38. def responseSource(maxDocs: Int = Int.MaxValue, err: ErrorHandler[Option[Response]] = FailOnError())(implicit m: Materializer): Source[Response, Future[State]]

    Returns a source of responses.

    Returns a source of responses. 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
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  44. def [B](y: B): (AkkaStreamFlattenedCursor[T], B)
    Implicit
    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