Flop.filter
You're seeing just the function
filter
, go back to Flop module for more information.
Specs
filter(Ecto.Queryable.t(), t()) :: Ecto.Queryable.t()
Applies the filter
parameter of a Flop.t/0
to an Ecto.Queryable.t/0
.
Used by Flop.query/2
.