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

Source:
Composer.scala
class Object
trait Matchable
class Any
object ComposerImpl.type

Value members

Abstract methods

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