EitherOps

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

Attributes

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

Members list

Value members

Concrete methods

def apply(field: String): Either[ModifyError, NodeVisitor]

Attributes

Source
NodeVisitor.scala
def apply(index: Int): Either[ModifyError, NodeVisitor]

Attributes

Source
NodeVisitor.scala
def modifyValue(fn: String => String): Either[ModifyError, Node]

Attributes

Source
NodeVisitor.scala
def removeValue(): Either[ModifyError, Node]

Attributes

Source
NodeVisitor.scala
def setValue(value: String): Either[ModifyError, Node]

Attributes

Source
NodeVisitor.scala

Concrete fields

Attributes

Source
NodeVisitor.scala