View Source Spark (spark v1.0.6)

Documentation for Spark.

Link to this section Summary

Functions

Returns the extensions a given DSL uses

Returns true if the module implements the specified behavior

Returns the configured otp_app of a given DSL instance

Returns all modules that implement the specified behaviour for a given otp_app.

Link to this section Functions

Returns the extensions a given DSL uses

Link to this function

implements_behaviour?(module, behaviour)

View Source

Returns true if the module implements the specified behavior

Returns the configured otp_app of a given DSL instance

Returns all modules that implement the specified behaviour for a given otp_app.

Should only be called at runtime, not at compile time, as it will have inconsistent results at compile time.