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, Aug 5 2012, 06:59:09.