FreeCursor

cats.xml.cursor.FreeCursor$
See theFreeCursor companion trait
object FreeCursor

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Types

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

Value members

Concrete methods

def apply[O : Decoder](cursor: Cursor[Xml]): FreeCursor[Xml, O]
def const[I, O](result: Result[O]): FreeCursor[I, O]
def failure[I, O](value: NonEmptyList[CursorFailure]): FreeCursor[I, O]
def id[T]: FreeCursor[T, T]
def pure[I, O](value: O): FreeCursor[I, O]

Implicits

Inherited implicits

implicit def applicativeErrorForFreeCursor[I]: ApplicativeError[[_] =>> FreeCursor[I, _$6], NonEmptyList[CursorFailure]]

Attributes

Inherited from:
FreeCursorInstances (hidden)