decoder

object decoder extends Decoder[OffsetUpdate]
trait Decoder[OffsetUpdate]
trait Serializable
class Object
trait Matchable
class Any
decoder.type

Value members

Concrete methods

override def apply(c: HCursor): Result[OffsetUpdate]
Definition Classes
Decoder

Inherited methods

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