AttributeSeqBuilder
Provides a DSL for building sequences of AttributeDSL objects using intuitive and readable syntax with the infix and
keyword.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
AttributeSeqBuilder.type
Members list
Extensions
Extensions
Extension method that allows combining two attributes into a sequence of AttributeDSL.
Extension method that allows combining two attributes into a sequence of AttributeDSL.
Value parameters
- name
-
first attribute
- other
-
second attribute
Attributes
- Returns
-
a sequence of AttributeDSL
Extension method that allows combining two attribute names (as strings) into a sequence of AttributeDSL with empty values.
Extension method that allows combining two attribute names (as strings) into a sequence of AttributeDSL with empty values.
Value parameters
- name
-
first attribute name
- other
-
second attribute name
Attributes
- Returns
-
a sequence of AttributeDSL with empty values
Extension method that allows appending a new attribute (by name, with empty value) to an existing sequence.
Extension method that allows appending a new attribute (by name, with empty value) to an existing sequence.
Value parameters
- next
-
name of the new attribute to append
- seq
-
existing sequence of attributes
Attributes
- Returns
-
updated sequence including the new attribute
Extension method that allows appending an AttributeDSL to an existing sequence of AttributeDSL.
Extension method that allows appending an AttributeDSL to an existing sequence of AttributeDSL.
Value parameters
- attr
-
attribute to append
- seq
-
existing sequence of attributes
Attributes
- Returns
-
updated sequence including the new attribute