compat_apply/2 | Attempt to evaluate Fun(Inputs...). |
compat_apply(Fun, Inputs) -> any()
Attempt to evaluate Fun(Inputs...). If the evaluation throws a
badfun error, ask the module that defines the function for an
alternate implementation, by calling Module:compat_fun/1
, and
then evaluates that instead.
Generated by EDoc, Oct 20 2012, 17:51:48.