Packages

o

io.dylemma.spac.json

ContextMatcherSyntax

object ContextMatcherSyntax extends ContextMatcherSyntax

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ContextMatcherSyntax
  2. ContextMatcherSyntax
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val anyBareField: SingleTokenContextMatcher[String]
    Definition Classes
    ContextMatcherSyntax
  5. val anyBareIndex: SingleTokenContextMatcher[Int]
    Definition Classes
    ContextMatcherSyntax
  6. val anyField: ContextMatcher[JsonStackElem, String]
    Definition Classes
    ContextMatcherSyntax
  7. val anyIndex: ContextMatcher[JsonStackElem, Int]
    Definition Classes
    ContextMatcherSyntax
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def bareField[A](contextFromName: (String) => Option[A]): SingleTokenContextMatcher[A]
    Definition Classes
    ContextMatcherSyntax
  10. def bareField(name: String): SingleTokenContextMatcher[Unit]
    Definition Classes
    ContextMatcherSyntax
  11. def bareFieldWhere(p: (String) => Boolean): SingleTokenContextMatcher[String]
    Definition Classes
    ContextMatcherSyntax
  12. def bareIndex[A](contextFromIndex: (Int) => Option[A]): SingleTokenContextMatcher[A]
    Definition Classes
    ContextMatcherSyntax
  13. def bareIndex(i: Int): SingleTokenContextMatcher[Unit]
    Definition Classes
    ContextMatcherSyntax
  14. def bareIndexWhere(p: (Int) => Boolean): SingleTokenContextMatcher[Int]
    Definition Classes
    ContextMatcherSyntax
  15. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def field[A](contextFromName: (String) => Option[A]): ContextMatcher[JsonStackElem, A]
    Definition Classes
    ContextMatcherSyntax
  19. def field(name: String): ContextMatcher[JsonStackElem, Unit]
    Definition Classes
    ContextMatcherSyntax
  20. def fieldWhere(p: (String) => Boolean): ContextMatcher[JsonStackElem, String]
    Definition Classes
    ContextMatcherSyntax
  21. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. val inArray: SingleTokenContextMatcher[Unit]
    Definition Classes
    ContextMatcherSyntax
  25. val inObject: SingleTokenContextMatcher[Unit]
    Definition Classes
    ContextMatcherSyntax
  26. def index[A](contextFromIndex: (Int) => Option[A]): ContextMatcher[JsonStackElem, A]
    Definition Classes
    ContextMatcherSyntax
  27. def index(i: Int): ContextMatcher[JsonStackElem, Unit]
    Definition Classes
    ContextMatcherSyntax
  28. def indexWhere(p: (Int) => Boolean): ContextMatcher[JsonStackElem, Int]
    Definition Classes
    ContextMatcherSyntax
  29. implicit def intToIndexMatcher(i: Int): ContextMatcher[JsonStackElem, Unit]
    Definition Classes
    ContextMatcherSyntax
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. implicit def stringToFieldMatcher(name: String): ContextMatcher[JsonStackElem, Unit]
    Definition Classes
    ContextMatcherSyntax
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from ContextMatcherSyntax

Inherited from AnyRef

Inherited from Any

Ungrouped