Class/Object

io.dylemma.spac.json

JsonEvents

Related Docs: object JsonEvents | package json

Permalink

class JsonEvents extends AnyRef

Source
JsonEvents.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonEvents
  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 JsonEvents to any2stringadd[JsonEvents] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (JsonEvents, B)

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def feedTo[Out](consumer: Parser[JsonEvent, Out]): Out

    Permalink
  15. def finalize(): Unit

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

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

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

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

    Permalink
    Definition Classes
    Any
  20. def iterator: Iterator[JsonEvent] with Closeable

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Ungrouped