DataProvider.Sort (DataProvider v1.0.0) View Source
Module with sorting params for DataProvider
Link to this section Summary
Functions
Creates new DataProvider.Sort
with received params
Merges options
value of received DataProvider.Sort
with params
in
second argument.
Replaces options
in DataProvider.Sort
by received params
map.
Link to this section Types
Specs
t() :: %DataProvider.Sort{options: map()}
Sort options
Fields
options
- Keyword with data searching options forDataProvider
Link to this section Functions
Specs
Creates new DataProvider.Sort
with received params
Specs
Merges options
value of received DataProvider.Sort
with params
in
second argument.
Args
sort
-DataProvider.Sort
which need to mergeparam
- Keyword with new for merging
Specs
Replaces options
in DataProvider.Sort
by received params
map.
Args
sort
-DataProvider.Sort
which need to replaceparam
- Keyword with new options for replacing