Template

io.github.cakelier.tuples.space.dsl.Template
trait Template

A DSL template, representing a basic building block for the specification of a JsonTemplate.

The DSL template differs from the JsonTemplate in the fact that it must only retain all information needed to convert it to a JsonTemplate, it is to be used as a skeleton to build specifications and not for actual matching. Being so, it must provide all it is needed to convert it to a JsonTemplate.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

Converts this template to its corresponding JsonTemplate.

Converts this template to its corresponding JsonTemplate.

Attributes