Package

org.mongodb.scala

internal

Permalink

package internal

Internal companion objects for easy interaction with the Java based async library

Since

1.0

Note

Not directly accessible but accessible via package objects and aliases. Mirrors the async package naming convention and locations but under the org.mongodb.scala namespace

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. internal
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait State extends AnyRef

    Permalink
  2. case class WaitingOnChild(s: Subscription) extends State with Product with Serializable

    Permalink

Value Members

  1. object Done extends State with Product with Serializable

    Permalink
  2. object Error extends State with Product with Serializable

    Permalink
  3. object Init extends State with Product with Serializable

    Permalink
  4. object LastChildNotified extends State with Product with Serializable

    Permalink
  5. object LastChildResponded extends State with Product with Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped