Composer

org.virtuslab.yaml.internal.load.compose.Composer
trait Composer

Composing takes a series of serialization events and produces a representation graph. It can fail due to any of several reasons e.g. unexpected event. Returns either YamlError or Node

Attributes

Source
Composer.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ComposerImpl.type

Members list

Value members

Abstract methods

def fromEvents(events: List[Event]): Either[YamlError, Node]

Attributes

Source
Composer.scala