Interface: Queryable
ReactiveDb.Queryable
Base interface to represent all collections that can be queried for read operations such as
ReactiveDb#findMany
and ReactiveDb#watchMany
, or write operations such as
ReactiveDb#updateMany
and ReactiveDb#deleteMany
.
Specialized sub-interfaces provide all possible query operators: Filterable
,
Sortable
, Limitable
,
Projectable
.