DarkMatter.Mfas.is_mfa

You're seeing just the macro is_mfa, go back to DarkMatter.Mfas module for more information.

Specs

is_mfa(any()) :: Macro.t()

Define a guard clause for working with mfa/0.

Examples

iex> is_mfa({Kernel, :+, 2})
true

iex> is_mfa([])
false