DecodeResult

Companion:
class
Source:
DecodeResult.scala
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete methods

def ok[A](value: A): DecodeResult[A]

Inherited methods

final def loop[A, X](d: DecodeResult[A], e: (String, CursorHistory) => X, f: A => Either[X, DecodeResult[A]]): X
Inherited from:
DecodeResults
Source:
DecodeResult.scala
def okResult[A](value: A): DecodeResult[A]
Inherited from:
DecodeResults
Source:
DecodeResult.scala