Node

org.virtuslab.yaml.Node$
See theNode companion trait
object Node

Attributes

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

Members list

Type members

Classlikes

final case class MappingNode extends Node

Attributes

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

Attributes

Companion
class
Source
Node.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final implicit class ModifyOps(val either: Either[ModifyError, Node]) extends AnyVal

Attributes

Source
Node.scala
Supertypes
class AnyVal
trait Matchable
class Any
final case class ScalarNode extends Node

Attributes

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

Attributes

Companion
class
Source
Node.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
ScalarNode.type
final case class SequenceNode extends Node

Attributes

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

Attributes

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

Inherited 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

Implicits

Implicits

final implicit def ModifyOps(either: Either[ModifyError, Node]): ModifyOps

Attributes

Source
Node.scala