Object

agora.api.json.JMatcher

JMatcherJson

Related Doc: package JMatcher

Permalink

implicit object JMatcherJson extends Encoder[JMatcher] with Decoder[JMatcher]

Linear Supertypes
Decoder[JMatcher], Encoder[JMatcher], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JMatcherJson
  2. Decoder
  3. Encoder
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def accumulating: AccumulatingDecoder[JMatcher]

    Permalink
    Definition Classes
    Decoder
  5. final def and[B](fb: Decoder[B]): Decoder[(JMatcher, B)]

    Permalink
    Definition Classes
    Decoder
  6. def apply(c: HCursor): Result[JMatcher]

    Permalink
    Definition Classes
    JMatcherJson → Decoder
  7. def apply(jsonMatcher: JMatcher): Json

    Permalink
    Definition Classes
    JMatcherJson → Encoder
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  10. final def contramap[B](f: (B) ⇒ JMatcher): Encoder[B]

    Permalink
    Definition Classes
    Encoder
  11. final def decodeJson(j: Json): Result[JMatcher]

    Permalink
    Definition Classes
    Decoder
  12. final def emap[B](f: (JMatcher) ⇒ Either[String, B]): Decoder[B]

    Permalink
    Definition Classes
    Decoder
  13. final def emapTry[B](f: (JMatcher) ⇒ Try[B]): Decoder[B]

    Permalink
    Definition Classes
    Decoder
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def flatMap[B](f: (JMatcher) ⇒ Decoder[B]): Decoder[B]

    Permalink
    Definition Classes
    Decoder
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. final def handleErrorWith(f: (DecodingFailure) ⇒ Decoder[JMatcher]): Decoder[JMatcher]

    Permalink
    Definition Classes
    Decoder
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. final def kleisli: Kleisli[Result, HCursor, JMatcher]

    Permalink
    Definition Classes
    Decoder
  22. final def map[B](f: (JMatcher) ⇒ B): Decoder[B]

    Permalink
    Definition Classes
    Decoder
  23. final def mapJson(f: (Json) ⇒ Json): Encoder[JMatcher]

    Permalink
    Definition Classes
    Encoder
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  27. final def or[AA >: JMatcher](d: ⇒ Decoder[AA]): Decoder[AA]

    Permalink
    Definition Classes
    Decoder
  28. final def prepare(f: (ACursor) ⇒ ACursor): Decoder[JMatcher]

    Permalink
    Definition Classes
    Decoder
  29. final def product[B](x: Decoder[B]): (HCursor, HCursor) ⇒ Result[(JMatcher, B)]

    Permalink
    Definition Classes
    Decoder
  30. final def split[B](d: Decoder[B]): (Either[HCursor, HCursor]) ⇒ Result[Either[JMatcher, B]]

    Permalink
    Definition Classes
    Decoder
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. def tryDecode(c: ACursor): Result[JMatcher]

    Permalink
    Definition Classes
    Decoder
  34. def tryDecodeAccumulating(c: ACursor): Result[JMatcher]

    Permalink
    Definition Classes
    Decoder
  35. final def validate(pred: (HCursor) ⇒ Boolean, message: ⇒ String): Decoder[JMatcher]

    Permalink
    Definition Classes
    Decoder
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def withErrorMessage(message: String): Decoder[JMatcher]

    Permalink
    Definition Classes
    Decoder

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Decoder[JMatcher]

Inherited from Encoder[JMatcher]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped