View Source Tablex.HitPolicy (tablex v0.1.1-alpha.3)

This module defines hit policies.

Link to this section Summary

Functions

Get all supported hit policies.

Link to this section Types

@type hit_policy() :: :first_hit | :collect | :merge | :reverse_merge

Link to this section Functions

@spec hit_policies() :: [{hit_policy(), mark :: String.t()}]

Get all supported hit policies.

@spec to_policy(String.t()) :: hit_policy() | nil