implicit final class EitherOps extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EitherOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new EitherOps(either: Either[ModifyError, NodeVisitor])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def apply(index: Int): Either[ModifyError, NodeVisitor]
- def apply(field: String): Either[ModifyError, NodeVisitor]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val either: Either[ModifyError, NodeVisitor]
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def modifyValue(fn: (String) => String): Either[ModifyError, Node]
- def removeValue(): Either[ModifyError, Node]
- def setValue(value: String): Either[ModifyError, Node]
- def toString(): String
- Definition Classes
- Any