package ops

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait BaseFiltering[T] extends KeyValueHandling[T]
  2. trait BaseIterableFiltering[E, C[T] <: Iterable[T]] extends BaseFiltering[C[E]] with KeyElementHandling[E]
  3. trait BaseIterableUpdating[E, C[T] <: Iterable[T]] extends BaseUpdating[C[E]] with KeyElementHandling[E]
  4. trait BaseSorting extends KeyHandling
  5. trait BaseUpdating[T] extends KeyValueHandling[T]
  6. final class BsonFiltering extends AnyVal
  7. final class BsonRefFiltering[T] extends AnyVal with BaseFiltering[T] with BsonRefKeyValueHandling[T]
  8. final class BsonRefIterableFiltering[E, C[T] <: Iterable[T]] extends BaseIterableFiltering[E, C] with BsonRefKeyValueHandling[C[E]] with BsonRefKeyElementHandling[E, C]
  9. final class BsonRefIterableUpdating[E, C[T] <: Iterable[T]] extends BaseIterableUpdating[E, C] with BsonRefKeyValueHandling[C[E]] with BsonRefKeyElementHandling[E, C]
  10. trait BsonRefKeyElementHandling[E, C[T] <: Iterable[T]] extends KeyElementHandling[E] with BsonRefKeyHandling[C[E]]
  11. trait BsonRefKeyHandling[T] extends KeyHandling
  12. trait BsonRefKeyValueHandling[T] extends KeyValueHandling[T] with BsonRefKeyHandling[T]
  13. final class BsonRefSorting[T] extends AnyVal with BaseSorting with BsonRefKeyHandling[T]
  14. final class BsonRefUpdating[T] extends AnyVal with BaseUpdating[T] with BsonRefKeyValueHandling[T]
  15. final class BsonUpdating extends AnyVal
  16. final class DocKeyFiltering[T] extends AnyVal with BaseFiltering[T] with DocKeyKeyValueHandling[T]
  17. trait DocKeyKeyHandling[T] extends KeyHandling
  18. trait DocKeyKeyValueHandling[T] extends KeyValueHandling[T] with DocKeyKeyHandling[T]
  19. final class DocKeySorting[T] extends AnyVal with BaseSorting with DocKeyKeyValueHandling[T]
  20. trait KeyElementHandling[E] extends KeyHandling
  21. trait KeyGetter[-T] extends AnyRef
  22. trait KeyHandling extends Any
  23. trait KeyValueHandling[T] extends KeyHandling

Value Members

  1. object Filtering
  2. object KeyGetter
  3. object Sorting
  4. object Updating

Ungrouped