View Source Spark.Dsl.Builder (spark v0.2.0)

Utilities for building DSL objects programatically, generally used in transformers.

Link to this section Summary

Link to this section Types

@type result() :: {:ok, Spark.Dsl.t()} | {:error, term()}

Link to this section Functions

Link to this macro

defbuilder(arg, list)

View Source (macro)