XmlXPathResultOps

cats.xml.xpath.implicits$.XmlXPathResultOps
implicit class XmlXPathResultOps(value: Either[XPathError, NodeCursor])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def leftMapCursorFailure: Either[CursorFailure, NodeCursor]
def leftMapThrowable: Either[Throwable, NodeCursor]
def toTryValue: Try[NodeCursor]