ModifyOps

org.virtuslab.yaml.Node$.ModifyOps
final implicit class ModifyOps(val either: Either[ModifyError, Node]) extends AnyVal

Attributes

Source
Node.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def modify(index: Int): Either[ModifyError, NodeVisitor]

Attributes

Source
Node.scala
def modify(field: String): Either[ModifyError, NodeVisitor]

Attributes

Source
Node.scala

Concrete fields

val either: Either[ModifyError, Node]

Attributes

Source
Node.scala