given_Decoder_PollingUrl

Value members

Concrete methods

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

Inherited methods

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

Deprecated and Inherited methods

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