Permit.Permissions.Operators.GenOperator behaviour (permit v0.0.2)

Generic Operator

Link to this section Summary

Link to this section Types

Link to this type

field_subject_object_fun()

@type field_subject_object_fun() :: (any(), any(), any() -> boolean())

Link to this section Callbacks

@callback alternatives() :: [atom()]
@callback semantics(any()) :: field_subject_object_fun()
Link to this callback

semantics(any, keyword)

@callback semantics(
  any(),
  keyword()
) :: field_subject_object_fun()
@callback symbol() :: atom()