Class

io.dylemma.spac.json.handlers

PrimitiveValueHandler

Related Doc: package handlers

Permalink

class PrimitiveValueHandler[A] extends Handler[JsonEvent, A] with ManualFinish

Source
PrimitiveValueHandler.scala
Linear Supertypes
ManualFinish, Handler[JsonEvent, A], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrimitiveValueHandler
  2. ManualFinish
  3. Handler
  4. AnyRef
  5. 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

Instance Constructors

  1. new PrimitiveValueHandler(typeName: String, pf: PartialFunction[JsonValueEvent, A])

    Permalink
  2. new PrimitiveValueHandler(typeName: String, f: (JsonValueEvent) ⇒ Option[A])

    Permalink

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from PrimitiveValueHandler[A] to ArrowAssoc[PrimitiveValueHandler[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. 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: (PrimitiveValueHandler[A]) ⇒ Boolean, msg: ⇒ Any): PrimitiveValueHandler[A]

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from PrimitiveValueHandler[A] to Ensuring[PrimitiveValueHandler[A]] 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 finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def finishWith[T](value: ⇒ T): T

    Permalink
    Attributes
    protected
    Definition Classes
    ManualFinish
  16. def formatted(fmtstr: String): String

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def handleEnd(): Nothing

    Permalink
    Definition Classes
    PrimitiveValueHandler → Handler
  19. def handleError(error: Throwable): Nothing

    Permalink
    Definition Classes
    PrimitiveValueHandler → Handler
  20. def handleInput(input: JsonEvent): Option[A]

    Permalink
    Definition Classes
    PrimitiveValueHandler → Handler
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. def isFinished: Boolean

    Permalink
    Definition Classes
    ManualFinish
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def maybeFinishWith[T](valueOpt: ⇒ Option[T]): Option[T]

    Permalink
    Attributes
    protected
    Definition Classes
    ManualFinish
  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. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def [B](y: B): (PrimitiveValueHandler[A], B)

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

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

Inherited from ManualFinish

Inherited from Handler[JsonEvent, A]

Inherited from AnyRef

Inherited from Any

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Ungrouped