SequenceNode

org.virtuslab.yaml.Node.SequenceNode
See theSequenceNode companion class
object SequenceNode

Attributes

Companion
class
Source
Node.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Inherited
  • Not inherited
  • Mirror

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def apply(nodes: Node*): SequenceNode

Attributes

Source
Node.scala

Attributes

Source
Node.scala
def unapply(node: SequenceNode): Option[(Seq[Node], Tag)]

Attributes

Source
Node.scala