Packages

c

geotrellis.store.json

KeyIndexDecoder

class KeyIndexDecoder[K] extends Decoder[KeyIndex[K]]

Linear Supertypes
Decoder[KeyIndex[K]], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KeyIndexDecoder
  2. Decoder
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new KeyIndexDecoder(entries: Seq[KeyIndexFormatEntry[K, _]])

Value Members

  1. final def apply(c: HCursor): Result[KeyIndex[K]]
    Definition Classes
    KeyIndexDecoder → Decoder
  2. final def at(field: String): Decoder[KeyIndex[K]]
    Definition Classes
    Decoder
  3. def decodeAccumulating(c: HCursor): AccumulatingResult[KeyIndex[K]]
    Definition Classes
    Decoder
  4. final def decodeJson(j: Json): Result[KeyIndex[K]]
    Definition Classes
    Decoder
  5. final def either[B](decodeB: Decoder[B]): Decoder[Either[KeyIndex[K], B]]
    Definition Classes
    Decoder
  6. final def emap[B](f: (KeyIndex[K]) ⇒ Either[String, B]): Decoder[B]
    Definition Classes
    Decoder
  7. final def emapTry[B](f: (KeyIndex[K]) ⇒ Try[B]): Decoder[B]
    Definition Classes
    Decoder
  8. final def ensure(errors: (KeyIndex[K]) ⇒ List[String]): Decoder[KeyIndex[K]]
    Definition Classes
    Decoder
  9. final def ensure(pred: (KeyIndex[K]) ⇒ Boolean, message: ⇒ String): Decoder[KeyIndex[K]]
    Definition Classes
    Decoder
  10. final def flatMap[B](f: (KeyIndex[K]) ⇒ Decoder[B]): Decoder[B]
    Definition Classes
    Decoder
  11. final def handleErrorWith(f: (DecodingFailure) ⇒ Decoder[KeyIndex[K]]): Decoder[KeyIndex[K]]
    Definition Classes
    Decoder
  12. final def kleisli: Kleisli[Result, HCursor, KeyIndex[K]]
    Definition Classes
    Decoder
  13. final def map[B](f: (KeyIndex[K]) ⇒ B): Decoder[B]
    Definition Classes
    Decoder
  14. final def or[AA >: KeyIndex[K]](d: ⇒ Decoder[AA]): Decoder[AA]
    Definition Classes
    Decoder
  15. final def prepare(f: (ACursor) ⇒ ACursor): Decoder[KeyIndex[K]]
    Definition Classes
    Decoder
  16. final def product[B](fb: Decoder[B]): Decoder[(KeyIndex[K], B)]
    Definition Classes
    Decoder
  17. def tryDecode(c: ACursor): Result[KeyIndex[K]]
    Definition Classes
    Decoder
  18. def tryDecodeAccumulating(c: ACursor): AccumulatingResult[KeyIndex[K]]
    Definition Classes
    Decoder
  19. final def validate(pred: (HCursor) ⇒ Boolean, message: ⇒ String): Decoder[KeyIndex[K]]
    Definition Classes
    Decoder
  20. final def validate(errors: (HCursor) ⇒ List[String]): Decoder[KeyIndex[K]]
    Definition Classes
    Decoder
  21. final def withErrorMessage(message: String): Decoder[KeyIndex[K]]
    Definition Classes
    Decoder