Package

reactivemongo.play

iteratees

Permalink

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
Visibility
  1. Public
  2. All

Type Members

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

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

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

    Permalink

Value Members

  1. implicit object cursorFlattener extends CursorFlattener[PlayIterateesCursor]

    Permalink

    Provides flattener for Play Iteratees cursor.

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

    Permalink

    Provides Play Iteratees instances for CursorProducer typeclass.

Inherited from AnyRef

Inherited from Any

Ungrouped