SequenceNode

org.virtuslab.yaml.Node$.SequenceNode
See theSequenceNode companion object
final case class SequenceNode extends Node

Attributes

Companion
object
Source
Node.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Node
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def as[T](implicit c: YamlDecoder[T], settings: LoadSettings): Either[YamlError, T]

Attributes

Inherited from:
Node
Source
Node.scala
def modify(field: String): NodeVisitor

Attributes

Inherited from:
Node
Source
Node.scala
def modify(index: Int): NodeVisitor

Attributes

Inherited from:
Node
Source
Node.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product