DecodeResultScalazs

class Object
trait Matchable
class Any

Type members

Types

type DecodeEither[A] = Either[(String, CursorHistory), A]

Value members

Concrete methods

@tailrec
final def loop[A, X](d: DecodeResult[A], e: (String, CursorHistory) => X, f: A => X \/ DecodeResult[A]): X

Implicits

Implicits

implicit def DecodeResultEqual[A : Equal]: Equal[DecodeResult[A]]
implicit def DecodeResultShow[A : Show]: Show[DecodeResult[A]]