Cursor

cats.xml.cursor.Cursor
See theCursor companion trait
object Cursor

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Cursor.type

Members list

Type members

Types

type Result[+T] = Either[CursorFailure, T]

Value members

Concrete methods

def const[X <: Xml](result: Result[X]): Cursor[X]
def failed[X <: Xml](failure: CursorFailure): Cursor[X]