Trait/Object

io.dylemma.spac.json

SingleTokenContextMatcher

Related Docs: object SingleTokenContextMatcher | package json

Permalink

trait SingleTokenContextMatcher[A] extends ContextMatcher[JsonStackElem, A]

Source
SingleTokenContextMatcher.scala
Linear Supertypes
ContextMatcher[JsonStackElem, A], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SingleTokenContextMatcher
  2. ContextMatcher
  3. AnyRef
  4. 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

Abstract Value Members

  1. abstract def applyToken(token: JsonStackElem): Option[A]

    Permalink

Concrete 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 SingleTokenContextMatcher[A] to any2stringadd[SingleTokenContextMatcher[A]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (SingleTokenContextMatcher[A], B)

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. def \[A1 >: A, B, R](next: ContextMatcher[JsonStackElem, B])(implicit reduce: Aux[A1, B, R]): ContextMatcher[JsonStackElem, R]

    Permalink
    Definition Classes
    ContextMatcher
  7. def apply(stack: IndexedSeq[JsonStackElem], offset: Int, avail: Int): Option[A]

    Permalink
    Definition Classes
    ContextMatcher
  8. def applyChained[B](stack: IndexedSeq[JsonStackElem], offset: Int, avail: Int, next: ContextMatcher[JsonStackElem, B]): Option[(A, B)]

    Permalink
    Definition Classes
    SingleTokenContextMatcher → ContextMatcher
  9. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def filter(p: (A) ⇒ Boolean): ContextMatcher[JsonStackElem, A]

    Permalink
    Definition Classes
    ContextMatcher
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def flatMap[B](f: (A) ⇒ Option[B]): ContextMatcher[JsonStackElem, B]

    Permalink
    Definition Classes
    ContextMatcher
  20. def formatted(fmtstr: String): String

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def map[B](f: (A) ⇒ B): ContextMatcher[JsonStackElem, B]

    Permalink
    Definition Classes
    ContextMatcher
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def or[A2 >: A](that: ContextMatcher[JsonStackElem, A2]): ContextMatcher[JsonStackElem, A2]

    Permalink
    Definition Classes
    ContextMatcher
  29. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def |[A2 >: A](that: ContextMatcher[JsonStackElem, A2]): ContextMatcher[JsonStackElem, A2]

    Permalink
    Definition Classes
    ContextMatcher
  35. def [B](y: B): (SingleTokenContextMatcher[A], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from SingleTokenContextMatcher[A] to ArrowAssoc[SingleTokenContextMatcher[A]] 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: HandlerFactory[JsonEvent, String]).makeHandler()
    Definition Classes
    HandlerFactory
  57. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: 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 SingleTokenContextMatcher[A] 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:
    (singleTokenContextMatcher: HandlerFactory[JsonEvent, String]).toString()
    Definition Classes
    Function1 → AnyRef → Any

Inherited from ContextMatcher[JsonStackElem, A]

Inherited from AnyRef

Inherited from Any

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited by implicit conversion any2stringadd from SingleTokenContextMatcher[A] to any2stringadd[SingleTokenContextMatcher[A]]

Inherited by implicit conversion StringFormat from SingleTokenContextMatcher[A] to StringFormat[SingleTokenContextMatcher[A]]

Inherited by implicit conversion Ensuring from SingleTokenContextMatcher[A] to Ensuring[SingleTokenContextMatcher[A]]

Inherited by implicit conversion ArrowAssoc from SingleTokenContextMatcher[A] to ArrowAssoc[SingleTokenContextMatcher[A]]

Ungrouped