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

Filtering data

Summary

Functions

All fields where a key value is true

All fields where a key value is false

Functions

fields_where(fields, attribute)

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

All fields where a key value is true

fields_where_not(fields, attribute)

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

All fields where a key value is false