Packages

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]
  2. class PlayIterateesCursorImpl [T] extends PlayIterateesCursor[T] with WrappedCursor[T]
  3. class PlayIterateesFlattenedCursor [T] extends FlattenedCursor[T] with PlayIterateesCursor[T]

Value Members

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

    Provides Play Iteratees instances for CursorProducer typeclass.

  2. implicit object cursorFlattener extends CursorFlattener[PlayIterateesCursor]

    Provides flattener for Play Iteratees cursor.

Inherited from AnyRef

Inherited from Any

Ungrouped