Fluxir (Fluxir v0.1.0) View Source
Link to this section Summary
Link to this section Functions
Append custom function to Fluxir functions.
iex> Fluxir.Custom("anyFunction(key: value)") %Fluxir.Function.Custom{flux: "anyFunction(key: value)"}
Append from() function to Fluxir functions.
Convert Fluxir functions to Flux string.