View Source Reactor.Template (reactor v0.8.2)

Templates used to refer to some sort of computed value.

Summary

Functions

A guard for input templates

A guard for result templates

A guard to detect all template types

A guard for value templates

The type for use in option schemas

Types

Functions

Link to this macro

is_input_template(template)

View Source (macro)
@spec is_input_template(any()) :: Macro.output()

A guard for input templates

Link to this macro

is_result_template(template)

View Source (macro)
@spec is_result_template(any()) :: Macro.output()

A guard for result templates

Link to this macro

is_template(template)

View Source (macro)
@spec is_template(any()) :: Macro.output()

A guard to detect all template types

Link to this macro

is_value_template(template)

View Source (macro)
@spec is_value_template(any()) :: Macro.output()

A guard for value templates

@spec type() :: Spark.Options.type()

The type for use in option schemas