Fluxir (Fluxir v0.1.0) View Source

Link to this section Summary

Functions

Append custom function to Fluxir functions.

Append from() function to Fluxir functions.

Convert Fluxir functions to Flux string.

Link to this section Functions

Link to this function

custom(fluxir \\ %__MODULE__{}, flux)

View Source

Append custom function to Fluxir functions.

iex> Fluxir.Custom("anyFunction(key: value)") %Fluxir.Function.Custom{flux: "anyFunction(key: value)"}

Link to this function

from(fluxir \\ %__MODULE__{}, params)

View Source

Append from() function to Fluxir functions.

Convert Fluxir functions to Flux string.