given_Decoder_Page

given given_Decoder_Page: Decoder[Page]

Value members

Concrete methods

def apply(c: HCursor): Result[Page]

Inherited methods

final def at(field: String): Decoder[Page]
Inherited from
Decoder
def decodeAccumulating(c: HCursor): AccumulatingResult[Page]
Inherited from
Decoder
final def decodeJson(j: Json): Result[Page]
Inherited from
Decoder
final def either[B](decodeB: Decoder[B]): Decoder[Either[Page, B]]
Inherited from
Decoder
final def emap[B](f: Page => Either[String, B]): Decoder[B]
Inherited from
Decoder
final def emapTry[B](f: Page => Try[B]): Decoder[B]
Inherited from
Decoder
final def ensure(errors: Page => List[String]): Decoder[Page]
Inherited from
Decoder
final def ensure(pred: Page => Boolean, message: => String): Decoder[Page]
Inherited from
Decoder
final def flatMap[B](f: Page => Decoder[B]): Decoder[B]
Inherited from
Decoder
final def handleErrorWith(f: DecodingFailure => Decoder[Page]): Decoder[Page]
Inherited from
Decoder
final def kleisli: Kleisli[Result, HCursor, Page]
Inherited from
Decoder
final def map[B](f: Page => B): Decoder[B]
Inherited from
Decoder
final def or[AA >: Page](d: => Decoder[AA]): Decoder[AA]
Inherited from
Decoder
final def prepare(f: ACursor => ACursor): Decoder[Page]
Inherited from
Decoder
final def product[B](fb: Decoder[B]): Decoder[(Page, B)]
Inherited from
Decoder
def tryDecode(c: ACursor): Result[Page]
Inherited from
Decoder
def tryDecodeAccumulating(c: ACursor): AccumulatingResult[Page]
Inherited from
Decoder
final def validate(pred: HCursor => Boolean, message: => String): Decoder[Page]
Inherited from
Decoder
final def validate(errors: HCursor => List[String]): Decoder[Page]
Inherited from
Decoder
final def withErrorMessage(message: String): Decoder[Page]
Inherited from
Decoder

Deprecated and Inherited methods

@deprecated("Use decodeAccumulating", "0.12.0")
final def accumulating(c: HCursor): AccumulatingResult[Page]
Deprecated
Inherited from
Decoder