Mixin (Mixin v0.1.0)

Delegates functions. When dose not give opts, delegates all functions.

opts

  • except: Excepts the functions to be delegated.
  • only: Selects the functions to be delegated.

Link to this section Summary

Functions

Mixin for Elixir. Delegates functions to ModuleA from moduleB

Link to this section Functions

Link to this macro

include(module, opts \\ [])

(macro)

Specs

include(module(), except: [], only: []) :: list()

Mixin for Elixir. Delegates functions to ModuleA from moduleB