Trait

io.dylemma.spac.json.syntax

ContextMatcherSyntax

Related Doc: package syntax

Permalink

trait ContextMatcherSyntax extends AnyRef

Source
ContextMatcherSyntax.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ContextMatcherSyntax
  2. AnyRef
  3. Any
Implicitly
  1. by apply
  2. by apply
  3. by apply
  4. by apply
  5. by apply
  6. by apply
  7. by apply
  8. by apply
  9. by apply
  10. by apply
  11. by apply
  12. by apply
  13. by apply
  14. by apply
  15. by any2stringadd
  16. by StringFormat
  17. by Ensuring
  18. by ArrowAssoc
  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. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to any2stringadd[ContextMatcherSyntax] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ContextMatcherSyntax, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to ArrowAssoc[ContextMatcherSyntax] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. val anyBareField: SingleTokenContextMatcher[String]

    Permalink
  7. val anyBareIndex: SingleTokenContextMatcher[Int]

    Permalink
  8. val anyField: ContextMatcher[JsonStackElem, String]

    Permalink
  9. val anyIndex: ContextMatcher[JsonStackElem, Int]

    Permalink
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def bareField[A](contextFromName: (String) ⇒ Option[A]): SingleTokenContextMatcher[A]

    Permalink
  12. def bareField(name: String): SingleTokenContextMatcher[Unit]

    Permalink
  13. def bareFieldWhere(p: (String) ⇒ Boolean): SingleTokenContextMatcher[String]

    Permalink
  14. def bareIndex[A](contextFromIndex: (Int) ⇒ Option[A]): SingleTokenContextMatcher[A]

    Permalink
  15. def bareIndex(i: Int): SingleTokenContextMatcher[Unit]

    Permalink
  16. def bareIndexWhere(p: (Int) ⇒ Boolean): SingleTokenContextMatcher[Int]

    Permalink
  17. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def ensuring(cond: (ContextMatcherSyntax) ⇒ Boolean, msg: ⇒ Any): ContextMatcherSyntax

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to Ensuring[ContextMatcherSyntax] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: (ContextMatcherSyntax) ⇒ Boolean): ContextMatcherSyntax

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to Ensuring[ContextMatcherSyntax] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean, msg: ⇒ Any): ContextMatcherSyntax

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to Ensuring[ContextMatcherSyntax] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean): ContextMatcherSyntax

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to Ensuring[ContextMatcherSyntax] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. def field[A](contextFromName: (String) ⇒ Option[A]): ContextMatcher[JsonStackElem, A]

    Permalink
  25. def field(name: String): ContextMatcher[JsonStackElem, Unit]

    Permalink
  26. def fieldWhere(p: (String) ⇒ Boolean): ContextMatcher[JsonStackElem, String]

    Permalink
  27. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to StringFormat[ContextMatcherSyntax] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  29. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  30. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  31. val inArray: SingleTokenContextMatcher[Unit]

    Permalink
  32. val inObject: SingleTokenContextMatcher[Unit]

    Permalink
  33. def index[A](contextFromIndex: (Int) ⇒ Option[A]): ContextMatcher[JsonStackElem, A]

    Permalink
  34. def index(i: Int): ContextMatcher[JsonStackElem, Unit]

    Permalink
  35. def indexWhere(p: (Int) ⇒ Boolean): ContextMatcher[JsonStackElem, Int]

    Permalink
  36. implicit def intToIndexMatcher(i: Int): ContextMatcher[JsonStackElem, Unit]

    Permalink
  37. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  38. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  41. implicit def stringToFieldMatcher(name: String): ContextMatcher[JsonStackElem, Unit]

    Permalink
  42. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  44. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. def [B](y: B): (ContextMatcherSyntax, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to ArrowAssoc[ContextMatcherSyntax] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def andThen[A](g: (HandlerFactory[JsonEvent, None.type]) ⇒ A): (Any) ⇒ A

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, None.type] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, None.type]).andThen(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  2. def andThen[A](g: (HandlerFactory[JsonEvent, Boolean]) ⇒ A): (Any) ⇒ A

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Boolean] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Boolean]).andThen(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  3. def andThen[A](g: (HandlerFactory[JsonEvent, Double]) ⇒ A): (Any) ⇒ A

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Double] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Double]).andThen(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  4. def andThen[A](g: (HandlerFactory[JsonEvent, Float]) ⇒ A): (Any) ⇒ A

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Float] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Float]).andThen(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. def andThen[A](g: (HandlerFactory[JsonEvent, Long]) ⇒ A): (Any) ⇒ A

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Long] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Long]).andThen(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  6. def andThen[A](g: (HandlerFactory[JsonEvent, Int]) ⇒ A): (Any) ⇒ A

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Int] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Int]).andThen(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  7. def andThen[A](g: (HandlerFactory[JsonEvent, String]) ⇒ A): (Any) ⇒ A

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, String] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, String]).andThen(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  8. def andThen[A](g: (HandlerFactory[JsonEvent, None.type]) ⇒ A): (Any) ⇒ A

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, None.type] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, None.type]).andThen(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  9. def andThen[A](g: (HandlerFactory[JsonEvent, Boolean]) ⇒ A): (Any) ⇒ A

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Boolean] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Boolean]).andThen(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  10. def andThen[A](g: (HandlerFactory[JsonEvent, Double]) ⇒ A): (Any) ⇒ A

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Double] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Double]).andThen(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  11. def andThen[A](g: (HandlerFactory[JsonEvent, Float]) ⇒ A): (Any) ⇒ A

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Float] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Float]).andThen(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  12. def andThen[A](g: (HandlerFactory[JsonEvent, Long]) ⇒ A): (Any) ⇒ A

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Long] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Long]).andThen(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  13. def andThen[A](g: (HandlerFactory[JsonEvent, Int]) ⇒ A): (Any) ⇒ A

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Int] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Int]).andThen(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  14. def andThen[A](g: (HandlerFactory[JsonEvent, String]) ⇒ A): (Any) ⇒ A

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, String] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, String]).andThen(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  15. def apply(v1: Any): HandlerFactory[JsonEvent, None.type]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, None.type] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, None.type]).apply(v1)
    Definition Classes
    HandlerFactory → Function1
  16. def apply(v1: Any): HandlerFactory[JsonEvent, Boolean]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Boolean] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Boolean]).apply(v1)
    Definition Classes
    HandlerFactory → Function1
  17. def apply(v1: Any): HandlerFactory[JsonEvent, Double]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Double] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Double]).apply(v1)
    Definition Classes
    HandlerFactory → Function1
  18. def apply(v1: Any): HandlerFactory[JsonEvent, Float]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Float] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Float]).apply(v1)
    Definition Classes
    HandlerFactory → Function1
  19. def apply(v1: Any): HandlerFactory[JsonEvent, Long]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Long] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Long]).apply(v1)
    Definition Classes
    HandlerFactory → Function1
  20. def apply(v1: Any): HandlerFactory[JsonEvent, Int]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Int] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Int]).apply(v1)
    Definition Classes
    HandlerFactory → Function1
  21. def apply(v1: Any): HandlerFactory[JsonEvent, String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, String] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, String]).apply(v1)
    Definition Classes
    HandlerFactory → Function1
  22. def apply(v1: Any): HandlerFactory[JsonEvent, None.type]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, None.type] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, None.type]).apply(v1)
    Definition Classes
    HandlerFactory → Function1
  23. def apply(v1: Any): HandlerFactory[JsonEvent, Boolean]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Boolean] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Boolean]).apply(v1)
    Definition Classes
    HandlerFactory → Function1
  24. def apply(v1: Any): HandlerFactory[JsonEvent, Double]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Double] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Double]).apply(v1)
    Definition Classes
    HandlerFactory → Function1
  25. def apply(v1: Any): HandlerFactory[JsonEvent, Float]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Float] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Float]).apply(v1)
    Definition Classes
    HandlerFactory → Function1
  26. def apply(v1: Any): HandlerFactory[JsonEvent, Long]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Long] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Long]).apply(v1)
    Definition Classes
    HandlerFactory → Function1
  27. def apply(v1: Any): HandlerFactory[JsonEvent, Int]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Int] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Int]).apply(v1)
    Definition Classes
    HandlerFactory → Function1
  28. def apply(v1: Any): HandlerFactory[JsonEvent, String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, String] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, String]).apply(v1)
    Definition Classes
    HandlerFactory → Function1
  29. def compose[A](g: (A) ⇒ Any): (A) ⇒ HandlerFactory[JsonEvent, None.type]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, None.type] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, None.type]).compose(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  30. def compose[A](g: (A) ⇒ Any): (A) ⇒ HandlerFactory[JsonEvent, Boolean]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Boolean] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Boolean]).compose(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  31. def compose[A](g: (A) ⇒ Any): (A) ⇒ HandlerFactory[JsonEvent, Double]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Double] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Double]).compose(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  32. def compose[A](g: (A) ⇒ Any): (A) ⇒ HandlerFactory[JsonEvent, Float]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Float] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Float]).compose(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  33. def compose[A](g: (A) ⇒ Any): (A) ⇒ HandlerFactory[JsonEvent, Long]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Long] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Long]).compose(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  34. def compose[A](g: (A) ⇒ Any): (A) ⇒ HandlerFactory[JsonEvent, Int]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Int] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Int]).compose(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  35. def compose[A](g: (A) ⇒ Any): (A) ⇒ HandlerFactory[JsonEvent, String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, String] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, String]).compose(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  36. def compose[A](g: (A) ⇒ Any): (A) ⇒ HandlerFactory[JsonEvent, None.type]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, None.type] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, None.type]).compose(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  37. def compose[A](g: (A) ⇒ Any): (A) ⇒ HandlerFactory[JsonEvent, Boolean]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Boolean] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Boolean]).compose(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  38. def compose[A](g: (A) ⇒ Any): (A) ⇒ HandlerFactory[JsonEvent, Double]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Double] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Double]).compose(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  39. def compose[A](g: (A) ⇒ Any): (A) ⇒ HandlerFactory[JsonEvent, Float]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Float] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Float]).compose(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  40. def compose[A](g: (A) ⇒ Any): (A) ⇒ HandlerFactory[JsonEvent, Long]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Long] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Long]).compose(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  41. def compose[A](g: (A) ⇒ Any): (A) ⇒ HandlerFactory[JsonEvent, Int]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Int] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Int]).compose(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  42. def compose[A](g: (A) ⇒ Any): (A) ⇒ HandlerFactory[JsonEvent, String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, String] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, String]).compose(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  43. def makeHandler(): Handler[JsonEvent, None.type]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, None.type] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, None.type]).makeHandler()
    Definition Classes
    HandlerFactory
  44. def makeHandler(): Handler[JsonEvent, Boolean]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Boolean] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Boolean]).makeHandler()
    Definition Classes
    HandlerFactory
  45. def makeHandler(): Handler[JsonEvent, Double]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Double] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Double]).makeHandler()
    Definition Classes
    HandlerFactory
  46. def makeHandler(): Handler[JsonEvent, Float]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Float] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Float]).makeHandler()
    Definition Classes
    HandlerFactory
  47. def makeHandler(): Handler[JsonEvent, Long]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Long] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Long]).makeHandler()
    Definition Classes
    HandlerFactory
  48. def makeHandler(): Handler[JsonEvent, Int]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Int] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Int]).makeHandler()
    Definition Classes
    HandlerFactory
  49. def makeHandler(): Handler[JsonEvent, String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, String] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, String]).makeHandler()
    Definition Classes
    HandlerFactory
  50. def makeHandler(): Handler[JsonEvent, None.type]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, None.type] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, None.type]).makeHandler()
    Definition Classes
    HandlerFactory
  51. def makeHandler(): Handler[JsonEvent, Boolean]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Boolean] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Boolean]).makeHandler()
    Definition Classes
    HandlerFactory
  52. def makeHandler(): Handler[JsonEvent, Double]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Double] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Double]).makeHandler()
    Definition Classes
    HandlerFactory
  53. def makeHandler(): Handler[JsonEvent, Float]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Float] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Float]).makeHandler()
    Definition Classes
    HandlerFactory
  54. def makeHandler(): Handler[JsonEvent, Long]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Long] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Long]).makeHandler()
    Definition Classes
    HandlerFactory
  55. def makeHandler(): Handler[JsonEvent, Int]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Int] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Int]).makeHandler()
    Definition Classes
    HandlerFactory
  56. def makeHandler(): Handler[JsonEvent, String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, String] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, String]).makeHandler()
    Definition Classes
    HandlerFactory
  57. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, None.type] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, None.type]).toString()
    Definition Classes
    Function1 → AnyRef → Any
  58. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Boolean] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Boolean]).toString()
    Definition Classes
    Function1 → AnyRef → Any
  59. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Double] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Double]).toString()
    Definition Classes
    Function1 → AnyRef → Any
  60. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Float] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Float]).toString()
    Definition Classes
    Function1 → AnyRef → Any
  61. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Long] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Long]).toString()
    Definition Classes
    Function1 → AnyRef → Any
  62. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Int] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Int]).toString()
    Definition Classes
    Function1 → AnyRef → Any
  63. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, String] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, String]).toString()
    Definition Classes
    Function1 → AnyRef → Any
  64. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, None.type] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, None.type]).toString()
    Definition Classes
    Function1 → AnyRef → Any
  65. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Boolean] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Boolean]).toString()
    Definition Classes
    Function1 → AnyRef → Any
  66. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Double] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Double]).toString()
    Definition Classes
    Function1 → AnyRef → Any
  67. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Float] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Float]).toString()
    Definition Classes
    Function1 → AnyRef → Any
  68. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Long] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Long]).toString()
    Definition Classes
    Function1 → AnyRef → Any
  69. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, Int] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, Int]).toString()
    Definition Classes
    Function1 → AnyRef → Any
  70. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ContextMatcherSyntax to HandlerFactory[JsonEvent, String] performed by method apply in io.dylemma.spac.HandlerFactory.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (contextMatcherSyntax: HandlerFactory[JsonEvent, String]).toString()
    Definition Classes
    Function1 → AnyRef → Any

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion apply from ContextMatcherSyntax to HandlerFactory[JsonEvent, None.type]

Inherited by implicit conversion apply from ContextMatcherSyntax to HandlerFactory[JsonEvent, Boolean]

Inherited by implicit conversion apply from ContextMatcherSyntax to HandlerFactory[JsonEvent, Double]

Inherited by implicit conversion apply from ContextMatcherSyntax to HandlerFactory[JsonEvent, Float]

Inherited by implicit conversion apply from ContextMatcherSyntax to HandlerFactory[JsonEvent, Long]

Inherited by implicit conversion apply from ContextMatcherSyntax to HandlerFactory[JsonEvent, Int]

Inherited by implicit conversion apply from ContextMatcherSyntax to HandlerFactory[JsonEvent, String]

Inherited by implicit conversion apply from ContextMatcherSyntax to HandlerFactory[JsonEvent, None.type]

Inherited by implicit conversion apply from ContextMatcherSyntax to HandlerFactory[JsonEvent, Boolean]

Inherited by implicit conversion apply from ContextMatcherSyntax to HandlerFactory[JsonEvent, Double]

Inherited by implicit conversion apply from ContextMatcherSyntax to HandlerFactory[JsonEvent, Float]

Inherited by implicit conversion apply from ContextMatcherSyntax to HandlerFactory[JsonEvent, Long]

Inherited by implicit conversion apply from ContextMatcherSyntax to HandlerFactory[JsonEvent, Int]

Inherited by implicit conversion apply from ContextMatcherSyntax to HandlerFactory[JsonEvent, String]

Inherited by implicit conversion any2stringadd from ContextMatcherSyntax to any2stringadd[ContextMatcherSyntax]

Inherited by implicit conversion StringFormat from ContextMatcherSyntax to StringFormat[ContextMatcherSyntax]

Inherited by implicit conversion Ensuring from ContextMatcherSyntax to Ensuring[ContextMatcherSyntax]

Inherited by implicit conversion ArrowAssoc from ContextMatcherSyntax to ArrowAssoc[ContextMatcherSyntax]

Ungrouped