Cizen v0.9.0 Cizen.EventBodyFilterSet View Source
Create a new set of event body filters.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Cizen.EventBodyFilterSet{ event_body_filters: MapSet.t(Cizen.EventBodyFilter.t()) }
Link to this section Functions
Link to this function
new(event_body_filters \\ [])
View Source
new(event_body_filters :: [Cizen.EventBodyFilter.t()]) :: Cizen.EventBodyFilterSet.t()
Link to this function
test(filter_set, event_body)
View Source
test(Cizen.EventBodyFilterSet.t(), Cizen.EventBody.t()) :: boolean()