ExopData v0.1.1 ExopData.CommonFilters View Source
Defines filters which are common for different types.
Link to this section Summary
Functions
Applies allow_nil
filter to a generator (the first argument) which may present
in parameter options given as the second argument
Applies common filters to a generator (the first argument) which may present in parameter options given as the second argument
Applies not_in
filter to a generator (the first argument) which may present
in parameter options given as the second argument
Link to this section Functions
allow_nil(StreamData.t(), map()) :: StreamData.t()
Applies allow_nil
filter to a generator (the first argument) which may present
in parameter options given as the second argument.
filter(StreamData.t(), map()) :: StreamData.t()
Applies common filters to a generator (the first argument) which may present in parameter options given as the second argument.
not_in(StreamData.t(), map()) :: StreamData.t()
Applies not_in
filter to a generator (the first argument) which may present
in parameter options given as the second argument.