Class DirectivesTuple

java.lang.Object
org.eolang.jeo.representation.directives.DirectivesTuple
All Implemented Interfaces:
Iterable<org.xembly.Directive>

public final class DirectivesTuple extends Object implements Iterable<org.xembly.Directive>
Tuple representation as Xembly directives.
Since:
0.1.0
  • Constructor Details

    • DirectivesTuple

      @SafeVarargs public DirectivesTuple(T... values)
    • DirectivesTuple

      public DirectivesTuple(String name, T... values)
      Constructor.
      Type Parameters:
      T - Value type.
      Parameters:
      name - Tuple name.
      values - Tuple values.
  • Method Details

    • iterator

      public Iterator<org.xembly.Directive> iterator()
      Specified by:
      iterator in interface Iterable<org.xembly.Directive>