Package

com.avsystem.commons.mongo.core

ops

Permalink

package ops

Visibility
  1. Public
  2. All

Type Members

  1. trait BaseFiltering[T] extends KeyValueHandling[T]

    Permalink
  2. trait BaseIterableFiltering[E, C[T] <: Iterable[T]] extends BaseFiltering[C[E]] with KeyElementHandling[E]

    Permalink
  3. trait BaseIterableUpdating[E, C[T] <: Iterable[T]] extends BaseUpdating[C[E]] with KeyElementHandling[E]

    Permalink
  4. trait BaseSorting extends KeyHandling

    Permalink
  5. trait BaseUpdating[T] extends KeyValueHandling[T]

    Permalink
  6. final class BsonFiltering extends AnyVal

    Permalink
  7. final class BsonRefFiltering[T] extends AnyVal with BaseFiltering[T] with BsonRefKeyValueHandling[T]

    Permalink
  8. class BsonRefIterableFiltering[E, C[T] <: Iterable[T]] extends BaseIterableFiltering[E, C] with BsonRefKeyValueHandling[C[E]] with BsonRefKeyElementHandling[E, C]

    Permalink
  9. class BsonRefIterableUpdating[E, C[T] <: Iterable[T]] extends BaseIterableUpdating[E, C] with BsonRefKeyValueHandling[C[E]] with BsonRefKeyElementHandling[E, C]

    Permalink
  10. trait BsonRefKeyElementHandling[E, C[T] <: Iterable[T]] extends KeyElementHandling[E] with BsonRefKeyHandling[C[E]]

    Permalink
  11. trait BsonRefKeyHandling[T] extends KeyHandling

    Permalink
  12. trait BsonRefKeyValueHandling[T] extends KeyValueHandling[T] with BsonRefKeyHandling[T]

    Permalink
  13. final class BsonRefSorting[T] extends AnyVal with BaseSorting with BsonRefKeyHandling[T]

    Permalink
  14. final class BsonRefUpdating[T] extends AnyVal with BaseUpdating[T] with BsonRefKeyValueHandling[T]

    Permalink
  15. final class BsonUpdating extends AnyVal

    Permalink
  16. final class DocKeyFiltering[T] extends AnyVal with BaseFiltering[T] with DocKeyKeyValueHandling[T]

    Permalink
  17. trait DocKeyKeyHandling[T] extends KeyHandling

    Permalink
  18. trait DocKeyKeyValueHandling[T] extends KeyValueHandling[T] with DocKeyKeyHandling[T]

    Permalink
  19. final class DocKeySorting[T] extends AnyVal with BaseSorting with DocKeyKeyValueHandling[T]

    Permalink
  20. trait KeyElementHandling[E] extends KeyHandling

    Permalink
  21. trait KeyGetter[-T] extends AnyRef

    Permalink
  22. trait KeyHandling extends Any

    Permalink
  23. trait KeyValueHandling[T] extends KeyHandling

    Permalink
  24. trait LowPrioFiltering extends AnyRef

    Permalink
  25. trait LowPrioUpdating extends AnyRef

    Permalink

Value Members

  1. object Filtering extends LowPrioFiltering

    Permalink
  2. object KeyGetter

    Permalink
  3. object Sorting

    Permalink
  4. object Updating extends LowPrioUpdating

    Permalink

Ungrouped