View Source Exzeitable.HTML.Filter (Exzeitable v0.6.4)

Filtering data

Summary

Functions

All fields where a key value is true

All fields where a key value is false

Functions

Link to this function

fields_where(fields, attribute)

View Source
@spec fields_where(
  keyword(),
  atom()
) :: keyword()

All fields where a key value is true

Link to this function

fields_where_not(fields, attribute)

View Source
@spec fields_where_not(
  keyword(),
  atom()
) :: keyword()

All fields where a key value is false