package ops
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait BaseFiltering[T] extends KeyValueHandling[T]
- trait BaseIterableFiltering[E, C[T] <: Iterable[T]] extends BaseFiltering[C[E]] with KeyElementHandling[E]
- trait BaseIterableUpdating[E, C[T] <: Iterable[T]] extends BaseUpdating[C[E]] with KeyElementHandling[E]
- trait BaseSorting extends KeyHandling
- trait BaseUpdating[T] extends KeyValueHandling[T]
- final class BsonFiltering extends AnyVal
- final class BsonRefFiltering[T] extends AnyVal with BaseFiltering[T] with BsonRefKeyValueHandling[T]
- final class BsonRefIterableFiltering[E, C[T] <: Iterable[T]] extends BaseIterableFiltering[E, C] with BsonRefKeyValueHandling[C[E]] with BsonRefKeyElementHandling[E, C]
- final class BsonRefIterableUpdating[E, C[T] <: Iterable[T]] extends BaseIterableUpdating[E, C] with BsonRefKeyValueHandling[C[E]] with BsonRefKeyElementHandling[E, C]
- trait BsonRefKeyElementHandling[E, C[T] <: Iterable[T]] extends KeyElementHandling[E] with BsonRefKeyHandling[C[E]]
- trait BsonRefKeyHandling[T] extends KeyHandling
- trait BsonRefKeyValueHandling[T] extends KeyValueHandling[T] with BsonRefKeyHandling[T]
- final class BsonRefSorting[T] extends AnyVal with BaseSorting with BsonRefKeyHandling[T]
- final class BsonRefUpdating[T] extends AnyVal with BaseUpdating[T] with BsonRefKeyValueHandling[T]
- final class BsonUpdating extends AnyVal
- final class DocKeyFiltering[T] extends AnyVal with BaseFiltering[T] with DocKeyKeyValueHandling[T]
- trait DocKeyKeyHandling[T] extends KeyHandling
- trait DocKeyKeyValueHandling[T] extends KeyValueHandling[T] with DocKeyKeyHandling[T]
- final class DocKeySorting[T] extends AnyVal with BaseSorting with DocKeyKeyValueHandling[T]
- trait KeyElementHandling[E] extends KeyHandling
- trait KeyGetter[-T] extends AnyRef
- trait KeyHandling extends Any
- trait KeyValueHandling[T] extends KeyHandling