Log v0.5.1 Log.TagFilter.Condition View Source

Provides functions to match a list of filters using a matcher function. Each filter is executed using an and or or condition based on Log.TagFilter.ConditionType protocol

Link to this section Summary

Link to this section Types

Link to this section Functions

Link to this function

and_match?(filters, matcher)

View Source
Link to this function

get_type(tag_filter)

View Source
get_type(tag_filter :: Log.TagFilter.t()) :: t()
Link to this function

match?(tag_filters, matcher)

View Source
match?(
  tag_filters :: Log.TagFilter.List.t(),
  matcher :: (Log.TagFilter.t() -> boolean())
) :: boolean()
Link to this function

or_match?(filters, matcher)

View Source