reactivemongo.play

iteratees

package iteratees

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. iteratees
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait PlayIterateesCursor[T] extends Cursor[T]

  2. class PlayIterateesCursorImpl[T] extends PlayIterateesCursor[T] with WrappedCursor[T]

  3. class PlayIterateesFlattenedCursor[T] extends FlattenedCursor[T] with PlayIterateesCursor[T]

Value Members

  1. implicit object cursorFlattener extends CursorFlattener[PlayIterateesCursor]

    Provides flattener for Play Iteratees cursor.

  2. implicit def cursorProducer[T]: CursorProducer[T] { type ProducedCursor = reactivemongo.play.iteratees.PlayIterateesCursor[T] }

    Provides Play Iteratees instances for CursorProducer typeclass.

Inherited from AnyRef

Inherited from Any

Ungrouped