XPathParser

fs2.data.xml.xpath.XPathParser
See theXPathParser companion class
object XPathParser

Attributes

Companion
class
Source
XPathParser.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[F[_]](input: String)(implicit F: MonadError[F, Throwable]): F[XPath]

Attributes

Source
XPathParser.scala
def either(input: String): Either[Throwable, XPath]

Attributes

Source
XPathParser.scala