Trait

ai.deepsense.models.json.workflow

WorkflowVersionUtil

Related Doc: package workflow

Permalink

trait WorkflowVersionUtil extends WorkflowWithResultsJsonProtocol with WorkflowWithVariablesJsonProtocol

Self Type
WorkflowVersionUtil with Logging
Linear Supertypes
WorkflowWithVariablesJsonProtocol, WorkflowWithResultsJsonProtocol, ExecutionReportJsonProtocol, EntitiesMapJsonProtocol, WorkflowJsonProtocol, GraphJsonProtocol, WorkflowInfoJsonProtocol, InferenceWarningJsonProtocol, InferenceErrorJsonProtocol, DateTimeJsonProtocol, ActionsJsonProtocol, DKnowledgeJsonProtocol, NodeStatusJsonProtocol, NullOptions, FailureDescriptionJsonProtocol, NodeJsonProtocol, IdJsonProtocol, UUIDJsonProtocol, SprayJsonSupport, DefaultJsonProtocol, AdditionalFormats, ProductFormats, ProductFormatsInstances, CollectionFormats, StandardFormats, BasicFormats, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WorkflowVersionUtil
  2. WorkflowWithVariablesJsonProtocol
  3. WorkflowWithResultsJsonProtocol
  4. ExecutionReportJsonProtocol
  5. EntitiesMapJsonProtocol
  6. WorkflowJsonProtocol
  7. GraphJsonProtocol
  8. WorkflowInfoJsonProtocol
  9. InferenceWarningJsonProtocol
  10. InferenceErrorJsonProtocol
  11. DateTimeJsonProtocol
  12. ActionsJsonProtocol
  13. DKnowledgeJsonProtocol
  14. NodeStatusJsonProtocol
  15. NullOptions
  16. FailureDescriptionJsonProtocol
  17. NodeJsonProtocol
  18. IdJsonProtocol
  19. UUIDJsonProtocol
  20. SprayJsonSupport
  21. DefaultJsonProtocol
  22. AdditionalFormats
  23. ProductFormats
  24. ProductFormatsInstances
  25. CollectionFormats
  26. StandardFormats
  27. BasicFormats
  28. AnyRef
  29. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class OptionFormat[T] extends (StandardFormats.this)#JF[Option[T]]

    Permalink
    Definition Classes
    StandardFormats
  2. class VersionedJsonReader[T] extends RootJsonReader[T]

    Permalink

Abstract Value Members

  1. abstract def currentVersion: Version

    Permalink
  2. abstract def graphReader: GraphReader

    Permalink
    Attributes
    protected
    Definition Classes
    GraphJsonProtocol

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit object ActionJsonFormat extends RootJsonReader[Action]

    Permalink
    Definition Classes
    ActionsJsonProtocol
  5. implicit object BigDecimalJsonFormat extends JsonFormat[BigDecimal]

    Permalink
    Definition Classes
    BasicFormats
  6. implicit object BigIntJsonFormat extends JsonFormat[BigInt]

    Permalink
    Definition Classes
    BasicFormats
  7. implicit object BooleanJsonFormat extends JsonFormat[Boolean]

    Permalink
    Definition Classes
    BasicFormats
  8. implicit object ByteJsonFormat extends JsonFormat[Byte]

    Permalink
    Definition Classes
    BasicFormats
  9. implicit object CharJsonFormat extends JsonFormat[Char]

    Permalink
    Definition Classes
    BasicFormats
  10. implicit object DKnowledgeJsonFormat extends JsonFormat[DKnowledge[DOperable]] with InferenceResultJsonProtocol with DefaultJsonProtocol

    Permalink
    Definition Classes
    DKnowledgeJsonProtocol
  11. implicit object DateTimeJsonFormat extends JsonFormat[DateTime]

    Permalink
    Definition Classes
    DateTimeJsonProtocol
  12. implicit object DoubleJsonFormat extends JsonFormat[Double]

    Permalink
    Definition Classes
    BasicFormats
  13. implicit object FloatJsonFormat extends JsonFormat[Float]

    Permalink
    Definition Classes
    BasicFormats
  14. implicit object IdFormat extends RootJsonFormat[Id]

    Permalink
    Definition Classes
    IdJsonProtocol
  15. implicit object InferenceErrorMappingFormat extends JsonFormat[DeepLangException]

    Permalink
    Definition Classes
    InferenceErrorJsonProtocol
  16. implicit object InferenceWarningMappingFormat extends JsonFormat[InferenceWarning]

    Permalink
    Definition Classes
    InferenceWarningJsonProtocol
  17. implicit object IntJsonFormat extends JsonFormat[Int]

    Permalink
    Definition Classes
    BasicFormats
  18. implicit object JsValueFormat extends JsonFormat[JsValue]

    Permalink
    Definition Classes
    AdditionalFormats
  19. implicit object LongJsonFormat extends JsonFormat[Long]

    Permalink
    Definition Classes
    BasicFormats
  20. implicit object NodeStatusFormat extends JsonFormat[NodeStatus] with DefaultJsonProtocol with NullOptions

    Permalink
    Definition Classes
    NodeStatusJsonProtocol
  21. implicit object NodeStatusNameFormat extends RootJsonFormat[NodeStatusName]

    Permalink
    Definition Classes
    NodeStatusJsonProtocol
  22. implicit object NodeWriter extends JsonWriter[DeeplangNode]

    Permalink
    Definition Classes
    NodeJsonProtocol
  23. implicit object RootJsArrayFormat extends RootJsonFormat[JsArray]

    Permalink
    Definition Classes
    AdditionalFormats
  24. implicit object RootJsObjectFormat extends RootJsonFormat[JsObject]

    Permalink
    Definition Classes
    AdditionalFormats
  25. implicit object ShortJsonFormat extends JsonFormat[Short]

    Permalink
    Definition Classes
    BasicFormats
  26. implicit object StringJsonFormat extends JsonFormat[String]

    Permalink
    Definition Classes
    BasicFormats
  27. implicit object SymbolJsonFormat extends JsonFormat[Symbol]

    Permalink
    Definition Classes
    BasicFormats
  28. implicit object UUIDFormat extends JsonFormat[UUID] with SprayJsonSupport

    Permalink
    Definition Classes
    UUIDJsonProtocol
  29. implicit object UnitJsonFormat extends JsonFormat[Unit]

    Permalink
    Definition Classes
    BasicFormats
  30. implicit val abortActionFormat: RootJsonFormat[AbortAction]

    Permalink
    Definition Classes
    ActionsJsonProtocol
  31. implicit def arrayFormat[T](implicit arg0: JsonFormat[T], arg1: ClassManifest[T]): RootJsonFormat[Array[T]] { def write(array: Array[T]): spray.json.JsArray }

    Permalink
    Definition Classes
    CollectionFormats
  32. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. implicit def eitherFormat[A, B](implicit arg0: (WorkflowVersionUtil.this)#JF[A], arg1: (WorkflowVersionUtil.this)#JF[B]): (WorkflowVersionUtil.this)#JF[Either[A, B]]

    Permalink
    Definition Classes
    StandardFormats
  35. implicit val entitiesMapEntryFormat: RootJsonFormat[Entry]

    Permalink
    Definition Classes
    EntitiesMapJsonProtocol
  36. implicit val entitiesMapFormat: JsonFormat[EntitiesMap]

    Permalink
    Definition Classes
    EntitiesMapJsonProtocol
  37. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  39. implicit val executionReportJsonFormat: RootJsonFormat[ExecutionReport]

    Permalink
    Definition Classes
    ExecutionReportJsonProtocol
  40. def extractFieldNames(classManifest: ClassManifest[_]): Array[String]

    Permalink
    Attributes
    protected
    Definition Classes
    ProductFormats
  41. def extractVersion(json: JsValue): Try[String]

    Permalink
  42. def extractVersion(workflow: String): Try[Version]

    Permalink
  43. implicit val failureCodeFormat: JsonFormat[commons.exception.FailureCode.Value]

    Permalink
    Definition Classes
    FailureDescriptionJsonProtocol
  44. implicit val failureDescriptionFormat: RootJsonFormat[FailureDescription]

    Permalink
    Definition Classes
    FailureDescriptionJsonProtocol
  45. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  46. def fromField[T](value: JsValue, fieldName: String)(implicit reader: JsonReader[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    ProductFormats
  47. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  48. implicit def graphFormat: JsonFormat[DeeplangGraph]

    Permalink
    Definition Classes
    GraphJsonProtocol
  49. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  50. implicit def immIndexedSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[IndexedSeq[T]]

    Permalink
    Definition Classes
    CollectionFormats
  51. implicit def immIterableFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Iterable[T]]

    Permalink
    Definition Classes
    CollectionFormats
  52. implicit def immLinearSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[LinearSeq[T]]

    Permalink
    Definition Classes
    CollectionFormats
  53. implicit def immSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Seq[T]]

    Permalink
    Definition Classes
    CollectionFormats
  54. implicit def immSetFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Set[T]]

    Permalink
    Definition Classes
    CollectionFormats
  55. implicit def indexedSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[IndexedSeq[T]]

    Permalink
    Definition Classes
    CollectionFormats
  56. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  57. implicit def iterableFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Iterable[T]]

    Permalink
    Definition Classes
    CollectionFormats
  58. def jsonFormat[T](reader: JsonReader[T], writer: JsonWriter[T]): JsonFormat[T]

    Permalink
    Definition Classes
    AdditionalFormats
  59. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, P22, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, P22) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String, fieldName19: String, fieldName20: String, fieldName21: String, fieldName22: String)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: (WorkflowVersionUtil.this)#JF[P6], arg6: (WorkflowVersionUtil.this)#JF[P7], arg7: (WorkflowVersionUtil.this)#JF[P8], arg8: (WorkflowVersionUtil.this)#JF[P9], arg9: (WorkflowVersionUtil.this)#JF[P10], arg10: (WorkflowVersionUtil.this)#JF[P11], arg11: (WorkflowVersionUtil.this)#JF[P12], arg12: (WorkflowVersionUtil.this)#JF[P13], arg13: (WorkflowVersionUtil.this)#JF[P14], arg14: (WorkflowVersionUtil.this)#JF[P15], arg15: (WorkflowVersionUtil.this)#JF[P16], arg16: (WorkflowVersionUtil.this)#JF[P17], arg17: (WorkflowVersionUtil.this)#JF[P18], arg18: (WorkflowVersionUtil.this)#JF[P19], arg19: (WorkflowVersionUtil.this)#JF[P20], arg20: (WorkflowVersionUtil.this)#JF[P21], arg21: (WorkflowVersionUtil.this)#JF[P22]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  60. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String, fieldName19: String, fieldName20: String, fieldName21: String)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: (WorkflowVersionUtil.this)#JF[P6], arg6: (WorkflowVersionUtil.this)#JF[P7], arg7: (WorkflowVersionUtil.this)#JF[P8], arg8: (WorkflowVersionUtil.this)#JF[P9], arg9: (WorkflowVersionUtil.this)#JF[P10], arg10: (WorkflowVersionUtil.this)#JF[P11], arg11: (WorkflowVersionUtil.this)#JF[P12], arg12: (WorkflowVersionUtil.this)#JF[P13], arg13: (WorkflowVersionUtil.this)#JF[P14], arg14: (WorkflowVersionUtil.this)#JF[P15], arg15: (WorkflowVersionUtil.this)#JF[P16], arg16: (WorkflowVersionUtil.this)#JF[P17], arg17: (WorkflowVersionUtil.this)#JF[P18], arg18: (WorkflowVersionUtil.this)#JF[P19], arg19: (WorkflowVersionUtil.this)#JF[P20], arg20: (WorkflowVersionUtil.this)#JF[P21]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  61. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String, fieldName19: String, fieldName20: String)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: (WorkflowVersionUtil.this)#JF[P6], arg6: (WorkflowVersionUtil.this)#JF[P7], arg7: (WorkflowVersionUtil.this)#JF[P8], arg8: (WorkflowVersionUtil.this)#JF[P9], arg9: (WorkflowVersionUtil.this)#JF[P10], arg10: (WorkflowVersionUtil.this)#JF[P11], arg11: (WorkflowVersionUtil.this)#JF[P12], arg12: (WorkflowVersionUtil.this)#JF[P13], arg13: (WorkflowVersionUtil.this)#JF[P14], arg14: (WorkflowVersionUtil.this)#JF[P15], arg15: (WorkflowVersionUtil.this)#JF[P16], arg16: (WorkflowVersionUtil.this)#JF[P17], arg17: (WorkflowVersionUtil.this)#JF[P18], arg18: (WorkflowVersionUtil.this)#JF[P19], arg19: (WorkflowVersionUtil.this)#JF[P20]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  62. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String, fieldName19: String)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: (WorkflowVersionUtil.this)#JF[P6], arg6: (WorkflowVersionUtil.this)#JF[P7], arg7: (WorkflowVersionUtil.this)#JF[P8], arg8: (WorkflowVersionUtil.this)#JF[P9], arg9: (WorkflowVersionUtil.this)#JF[P10], arg10: (WorkflowVersionUtil.this)#JF[P11], arg11: (WorkflowVersionUtil.this)#JF[P12], arg12: (WorkflowVersionUtil.this)#JF[P13], arg13: (WorkflowVersionUtil.this)#JF[P14], arg14: (WorkflowVersionUtil.this)#JF[P15], arg15: (WorkflowVersionUtil.this)#JF[P16], arg16: (WorkflowVersionUtil.this)#JF[P17], arg17: (WorkflowVersionUtil.this)#JF[P18], arg18: (WorkflowVersionUtil.this)#JF[P19]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  63. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: (WorkflowVersionUtil.this)#JF[P6], arg6: (WorkflowVersionUtil.this)#JF[P7], arg7: (WorkflowVersionUtil.this)#JF[P8], arg8: (WorkflowVersionUtil.this)#JF[P9], arg9: (WorkflowVersionUtil.this)#JF[P10], arg10: (WorkflowVersionUtil.this)#JF[P11], arg11: (WorkflowVersionUtil.this)#JF[P12], arg12: (WorkflowVersionUtil.this)#JF[P13], arg13: (WorkflowVersionUtil.this)#JF[P14], arg14: (WorkflowVersionUtil.this)#JF[P15], arg15: (WorkflowVersionUtil.this)#JF[P16], arg16: (WorkflowVersionUtil.this)#JF[P17], arg17: (WorkflowVersionUtil.this)#JF[P18]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  64. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: (WorkflowVersionUtil.this)#JF[P6], arg6: (WorkflowVersionUtil.this)#JF[P7], arg7: (WorkflowVersionUtil.this)#JF[P8], arg8: (WorkflowVersionUtil.this)#JF[P9], arg9: (WorkflowVersionUtil.this)#JF[P10], arg10: (WorkflowVersionUtil.this)#JF[P11], arg11: (WorkflowVersionUtil.this)#JF[P12], arg12: (WorkflowVersionUtil.this)#JF[P13], arg13: (WorkflowVersionUtil.this)#JF[P14], arg14: (WorkflowVersionUtil.this)#JF[P15], arg15: (WorkflowVersionUtil.this)#JF[P16], arg16: (WorkflowVersionUtil.this)#JF[P17]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  65. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: (WorkflowVersionUtil.this)#JF[P6], arg6: (WorkflowVersionUtil.this)#JF[P7], arg7: (WorkflowVersionUtil.this)#JF[P8], arg8: (WorkflowVersionUtil.this)#JF[P9], arg9: (WorkflowVersionUtil.this)#JF[P10], arg10: (WorkflowVersionUtil.this)#JF[P11], arg11: (WorkflowVersionUtil.this)#JF[P12], arg12: (WorkflowVersionUtil.this)#JF[P13], arg13: (WorkflowVersionUtil.this)#JF[P14], arg14: (WorkflowVersionUtil.this)#JF[P15], arg15: (WorkflowVersionUtil.this)#JF[P16]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  66. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: (WorkflowVersionUtil.this)#JF[P6], arg6: (WorkflowVersionUtil.this)#JF[P7], arg7: (WorkflowVersionUtil.this)#JF[P8], arg8: (WorkflowVersionUtil.this)#JF[P9], arg9: (WorkflowVersionUtil.this)#JF[P10], arg10: (WorkflowVersionUtil.this)#JF[P11], arg11: (WorkflowVersionUtil.this)#JF[P12], arg12: (WorkflowVersionUtil.this)#JF[P13], arg13: (WorkflowVersionUtil.this)#JF[P14], arg14: (WorkflowVersionUtil.this)#JF[P15]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  67. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: (WorkflowVersionUtil.this)#JF[P6], arg6: (WorkflowVersionUtil.this)#JF[P7], arg7: (WorkflowVersionUtil.this)#JF[P8], arg8: (WorkflowVersionUtil.this)#JF[P9], arg9: (WorkflowVersionUtil.this)#JF[P10], arg10: (WorkflowVersionUtil.this)#JF[P11], arg11: (WorkflowVersionUtil.this)#JF[P12], arg12: (WorkflowVersionUtil.this)#JF[P13], arg13: (WorkflowVersionUtil.this)#JF[P14]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  68. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: (WorkflowVersionUtil.this)#JF[P6], arg6: (WorkflowVersionUtil.this)#JF[P7], arg7: (WorkflowVersionUtil.this)#JF[P8], arg8: (WorkflowVersionUtil.this)#JF[P9], arg9: (WorkflowVersionUtil.this)#JF[P10], arg10: (WorkflowVersionUtil.this)#JF[P11], arg11: (WorkflowVersionUtil.this)#JF[P12], arg12: (WorkflowVersionUtil.this)#JF[P13]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  69. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: (WorkflowVersionUtil.this)#JF[P6], arg6: (WorkflowVersionUtil.this)#JF[P7], arg7: (WorkflowVersionUtil.this)#JF[P8], arg8: (WorkflowVersionUtil.this)#JF[P9], arg9: (WorkflowVersionUtil.this)#JF[P10], arg10: (WorkflowVersionUtil.this)#JF[P11], arg11: (WorkflowVersionUtil.this)#JF[P12]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  70. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: (WorkflowVersionUtil.this)#JF[P6], arg6: (WorkflowVersionUtil.this)#JF[P7], arg7: (WorkflowVersionUtil.this)#JF[P8], arg8: (WorkflowVersionUtil.this)#JF[P9], arg9: (WorkflowVersionUtil.this)#JF[P10], arg10: (WorkflowVersionUtil.this)#JF[P11]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  71. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: (WorkflowVersionUtil.this)#JF[P6], arg6: (WorkflowVersionUtil.this)#JF[P7], arg7: (WorkflowVersionUtil.this)#JF[P8], arg8: (WorkflowVersionUtil.this)#JF[P9], arg9: (WorkflowVersionUtil.this)#JF[P10]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  72. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: (WorkflowVersionUtil.this)#JF[P6], arg6: (WorkflowVersionUtil.this)#JF[P7], arg7: (WorkflowVersionUtil.this)#JF[P8], arg8: (WorkflowVersionUtil.this)#JF[P9]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  73. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: (WorkflowVersionUtil.this)#JF[P6], arg6: (WorkflowVersionUtil.this)#JF[P7], arg7: (WorkflowVersionUtil.this)#JF[P8]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  74. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: (WorkflowVersionUtil.this)#JF[P6], arg6: (WorkflowVersionUtil.this)#JF[P7]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  75. def jsonFormat[P1, P2, P3, P4, P5, P6, T <: Product](construct: (P1, P2, P3, P4, P5, P6) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: (WorkflowVersionUtil.this)#JF[P6]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  76. def jsonFormat[P1, P2, P3, P4, P5, T <: Product](construct: (P1, P2, P3, P4, P5) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  77. def jsonFormat[P1, P2, P3, P4, T <: Product](construct: (P1, P2, P3, P4) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  78. def jsonFormat[P1, P2, P3, T <: Product](construct: (P1, P2, P3) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  79. def jsonFormat[P1, P2, T <: Product](construct: (P1, P2) ⇒ T, fieldName1: String, fieldName2: String)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  80. def jsonFormat[P1, T <: Product](construct: (P1) ⇒ T, fieldName1: String)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  81. def jsonFormat0[T](construct: () ⇒ T): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormats
  82. def jsonFormat1[P1, T <: Product](construct: (P1) ⇒ T)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  83. def jsonFormat10[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10) ⇒ T)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: (WorkflowVersionUtil.this)#JF[P6], arg6: (WorkflowVersionUtil.this)#JF[P7], arg7: (WorkflowVersionUtil.this)#JF[P8], arg8: (WorkflowVersionUtil.this)#JF[P9], arg9: (WorkflowVersionUtil.this)#JF[P10], arg10: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  84. def jsonFormat11[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11) ⇒ T)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: (WorkflowVersionUtil.this)#JF[P6], arg6: (WorkflowVersionUtil.this)#JF[P7], arg7: (WorkflowVersionUtil.this)#JF[P8], arg8: (WorkflowVersionUtil.this)#JF[P9], arg9: (WorkflowVersionUtil.this)#JF[P10], arg10: (WorkflowVersionUtil.this)#JF[P11], arg11: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  85. def jsonFormat12[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12) ⇒ T)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: (WorkflowVersionUtil.this)#JF[P6], arg6: (WorkflowVersionUtil.this)#JF[P7], arg7: (WorkflowVersionUtil.this)#JF[P8], arg8: (WorkflowVersionUtil.this)#JF[P9], arg9: (WorkflowVersionUtil.this)#JF[P10], arg10: (WorkflowVersionUtil.this)#JF[P11], arg11: (WorkflowVersionUtil.this)#JF[P12], arg12: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  86. def jsonFormat13[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13) ⇒ T)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: (WorkflowVersionUtil.this)#JF[P6], arg6: (WorkflowVersionUtil.this)#JF[P7], arg7: (WorkflowVersionUtil.this)#JF[P8], arg8: (WorkflowVersionUtil.this)#JF[P9], arg9: (WorkflowVersionUtil.this)#JF[P10], arg10: (WorkflowVersionUtil.this)#JF[P11], arg11: (WorkflowVersionUtil.this)#JF[P12], arg12: (WorkflowVersionUtil.this)#JF[P13], arg13: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  87. def jsonFormat14[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14) ⇒ T)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: (WorkflowVersionUtil.this)#JF[P6], arg6: (WorkflowVersionUtil.this)#JF[P7], arg7: (WorkflowVersionUtil.this)#JF[P8], arg8: (WorkflowVersionUtil.this)#JF[P9], arg9: (WorkflowVersionUtil.this)#JF[P10], arg10: (WorkflowVersionUtil.this)#JF[P11], arg11: (WorkflowVersionUtil.this)#JF[P12], arg12: (WorkflowVersionUtil.this)#JF[P13], arg13: (WorkflowVersionUtil.this)#JF[P14], arg14: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  88. def jsonFormat15[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15) ⇒ T)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: (WorkflowVersionUtil.this)#JF[P6], arg6: (WorkflowVersionUtil.this)#JF[P7], arg7: (WorkflowVersionUtil.this)#JF[P8], arg8: (WorkflowVersionUtil.this)#JF[P9], arg9: (WorkflowVersionUtil.this)#JF[P10], arg10: (WorkflowVersionUtil.this)#JF[P11], arg11: (WorkflowVersionUtil.this)#JF[P12], arg12: (WorkflowVersionUtil.this)#JF[P13], arg13: (WorkflowVersionUtil.this)#JF[P14], arg14: (WorkflowVersionUtil.this)#JF[P15], arg15: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  89. def jsonFormat16[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16) ⇒ T)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: (WorkflowVersionUtil.this)#JF[P6], arg6: (WorkflowVersionUtil.this)#JF[P7], arg7: (WorkflowVersionUtil.this)#JF[P8], arg8: (WorkflowVersionUtil.this)#JF[P9], arg9: (WorkflowVersionUtil.this)#JF[P10], arg10: (WorkflowVersionUtil.this)#JF[P11], arg11: (WorkflowVersionUtil.this)#JF[P12], arg12: (WorkflowVersionUtil.this)#JF[P13], arg13: (WorkflowVersionUtil.this)#JF[P14], arg14: (WorkflowVersionUtil.this)#JF[P15], arg15: (WorkflowVersionUtil.this)#JF[P16], arg16: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  90. def jsonFormat17[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17) ⇒ T)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: (WorkflowVersionUtil.this)#JF[P6], arg6: (WorkflowVersionUtil.this)#JF[P7], arg7: (WorkflowVersionUtil.this)#JF[P8], arg8: (WorkflowVersionUtil.this)#JF[P9], arg9: (WorkflowVersionUtil.this)#JF[P10], arg10: (WorkflowVersionUtil.this)#JF[P11], arg11: (WorkflowVersionUtil.this)#JF[P12], arg12: (WorkflowVersionUtil.this)#JF[P13], arg13: (WorkflowVersionUtil.this)#JF[P14], arg14: (WorkflowVersionUtil.this)#JF[P15], arg15: (WorkflowVersionUtil.this)#JF[P16], arg16: (WorkflowVersionUtil.this)#JF[P17], arg17: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  91. def jsonFormat18[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18) ⇒ T)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: (WorkflowVersionUtil.this)#JF[P6], arg6: (WorkflowVersionUtil.this)#JF[P7], arg7: (WorkflowVersionUtil.this)#JF[P8], arg8: (WorkflowVersionUtil.this)#JF[P9], arg9: (WorkflowVersionUtil.this)#JF[P10], arg10: (WorkflowVersionUtil.this)#JF[P11], arg11: (WorkflowVersionUtil.this)#JF[P12], arg12: (WorkflowVersionUtil.this)#JF[P13], arg13: (WorkflowVersionUtil.this)#JF[P14], arg14: (WorkflowVersionUtil.this)#JF[P15], arg15: (WorkflowVersionUtil.this)#JF[P16], arg16: (WorkflowVersionUtil.this)#JF[P17], arg17: (WorkflowVersionUtil.this)#JF[P18], arg18: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  92. def jsonFormat19[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19) ⇒ T)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: (WorkflowVersionUtil.this)#JF[P6], arg6: (WorkflowVersionUtil.this)#JF[P7], arg7: (WorkflowVersionUtil.this)#JF[P8], arg8: (WorkflowVersionUtil.this)#JF[P9], arg9: (WorkflowVersionUtil.this)#JF[P10], arg10: (WorkflowVersionUtil.this)#JF[P11], arg11: (WorkflowVersionUtil.this)#JF[P12], arg12: (WorkflowVersionUtil.this)#JF[P13], arg13: (WorkflowVersionUtil.this)#JF[P14], arg14: (WorkflowVersionUtil.this)#JF[P15], arg15: (WorkflowVersionUtil.this)#JF[P16], arg16: (WorkflowVersionUtil.this)#JF[P17], arg17: (WorkflowVersionUtil.this)#JF[P18], arg18: (WorkflowVersionUtil.this)#JF[P19], arg19: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  93. def jsonFormat2[P1, P2, T <: Product](construct: (P1, P2) ⇒ T)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  94. def jsonFormat20[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20) ⇒ T)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: (WorkflowVersionUtil.this)#JF[P6], arg6: (WorkflowVersionUtil.this)#JF[P7], arg7: (WorkflowVersionUtil.this)#JF[P8], arg8: (WorkflowVersionUtil.this)#JF[P9], arg9: (WorkflowVersionUtil.this)#JF[P10], arg10: (WorkflowVersionUtil.this)#JF[P11], arg11: (WorkflowVersionUtil.this)#JF[P12], arg12: (WorkflowVersionUtil.this)#JF[P13], arg13: (WorkflowVersionUtil.this)#JF[P14], arg14: (WorkflowVersionUtil.this)#JF[P15], arg15: (WorkflowVersionUtil.this)#JF[P16], arg16: (WorkflowVersionUtil.this)#JF[P17], arg17: (WorkflowVersionUtil.this)#JF[P18], arg18: (WorkflowVersionUtil.this)#JF[P19], arg19: (WorkflowVersionUtil.this)#JF[P20], arg20: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  95. def jsonFormat21[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21) ⇒ T)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: (WorkflowVersionUtil.this)#JF[P6], arg6: (WorkflowVersionUtil.this)#JF[P7], arg7: (WorkflowVersionUtil.this)#JF[P8], arg8: (WorkflowVersionUtil.this)#JF[P9], arg9: (WorkflowVersionUtil.this)#JF[P10], arg10: (WorkflowVersionUtil.this)#JF[P11], arg11: (WorkflowVersionUtil.this)#JF[P12], arg12: (WorkflowVersionUtil.this)#JF[P13], arg13: (WorkflowVersionUtil.this)#JF[P14], arg14: (WorkflowVersionUtil.this)#JF[P15], arg15: (WorkflowVersionUtil.this)#JF[P16], arg16: (WorkflowVersionUtil.this)#JF[P17], arg17: (WorkflowVersionUtil.this)#JF[P18], arg18: (WorkflowVersionUtil.this)#JF[P19], arg19: (WorkflowVersionUtil.this)#JF[P20], arg20: (WorkflowVersionUtil.this)#JF[P21], arg21: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  96. def jsonFormat22[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, P22, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, P22) ⇒ T)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: (WorkflowVersionUtil.this)#JF[P6], arg6: (WorkflowVersionUtil.this)#JF[P7], arg7: (WorkflowVersionUtil.this)#JF[P8], arg8: (WorkflowVersionUtil.this)#JF[P9], arg9: (WorkflowVersionUtil.this)#JF[P10], arg10: (WorkflowVersionUtil.this)#JF[P11], arg11: (WorkflowVersionUtil.this)#JF[P12], arg12: (WorkflowVersionUtil.this)#JF[P13], arg13: (WorkflowVersionUtil.this)#JF[P14], arg14: (WorkflowVersionUtil.this)#JF[P15], arg15: (WorkflowVersionUtil.this)#JF[P16], arg16: (WorkflowVersionUtil.this)#JF[P17], arg17: (WorkflowVersionUtil.this)#JF[P18], arg18: (WorkflowVersionUtil.this)#JF[P19], arg19: (WorkflowVersionUtil.this)#JF[P20], arg20: (WorkflowVersionUtil.this)#JF[P21], arg21: (WorkflowVersionUtil.this)#JF[P22], arg22: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  97. def jsonFormat3[P1, P2, P3, T <: Product](construct: (P1, P2, P3) ⇒ T)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  98. def jsonFormat4[P1, P2, P3, P4, T <: Product](construct: (P1, P2, P3, P4) ⇒ T)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  99. def jsonFormat5[P1, P2, P3, P4, P5, T <: Product](construct: (P1, P2, P3, P4, P5) ⇒ T)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  100. def jsonFormat6[P1, P2, P3, P4, P5, P6, T <: Product](construct: (P1, P2, P3, P4, P5, P6) ⇒ T)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: (WorkflowVersionUtil.this)#JF[P6], arg6: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  101. def jsonFormat7[P1, P2, P3, P4, P5, P6, P7, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7) ⇒ T)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: (WorkflowVersionUtil.this)#JF[P6], arg6: (WorkflowVersionUtil.this)#JF[P7], arg7: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  102. def jsonFormat8[P1, P2, P3, P4, P5, P6, P7, P8, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8) ⇒ T)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: (WorkflowVersionUtil.this)#JF[P6], arg6: (WorkflowVersionUtil.this)#JF[P7], arg7: (WorkflowVersionUtil.this)#JF[P8], arg8: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  103. def jsonFormat9[P1, P2, P3, P4, P5, P6, P7, P8, P9, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9) ⇒ T)(implicit arg0: (WorkflowVersionUtil.this)#JF[P1], arg1: (WorkflowVersionUtil.this)#JF[P2], arg2: (WorkflowVersionUtil.this)#JF[P3], arg3: (WorkflowVersionUtil.this)#JF[P4], arg4: (WorkflowVersionUtil.this)#JF[P5], arg5: (WorkflowVersionUtil.this)#JF[P6], arg6: (WorkflowVersionUtil.this)#JF[P7], arg7: (WorkflowVersionUtil.this)#JF[P8], arg8: (WorkflowVersionUtil.this)#JF[P9], arg9: ClassManifest[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    ProductFormatsInstances
  104. implicit val launchActionFormat: RootJsonFormat[LaunchAction]

    Permalink
    Definition Classes
    ActionsJsonProtocol
  105. def lazyFormat[T](format: ⇒ JsonFormat[T]): JsonFormat[T] { lazy val delegate: spray.json.JsonFormat[T] }

    Permalink
    Definition Classes
    AdditionalFormats
  106. def lift[T <: AnyRef](reader: RootJsonReader[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    AdditionalFormats
  107. def lift[T <: AnyRef](reader: JsonReader[T]): JsonFormat[T]

    Permalink
    Definition Classes
    AdditionalFormats
  108. def lift[T](writer: RootJsonWriter[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    AdditionalFormats
  109. def lift[T](writer: JsonWriter[T]): JsonFormat[T] { def read(value: spray.json.JsValue): Nothing }

    Permalink
    Definition Classes
    AdditionalFormats
  110. implicit def linearSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[LinearSeq[T]]

    Permalink
    Definition Classes
    CollectionFormats
  111. implicit def listFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[List[T]] { def write(list: List[T]): spray.json.JsArray }

    Permalink
    Definition Classes
    CollectionFormats
  112. implicit def mapFormat[K, V](implicit arg0: JsonFormat[K], arg1: JsonFormat[V]): RootJsonFormat[Map[K, V]] { def write(m: Map[K,V]): spray.json.JsObject }

    Permalink
    Definition Classes
    CollectionFormats
  113. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  116. implicit def optionFormat[T](implicit arg0: (WorkflowVersionUtil.this)#JF[T]): (WorkflowVersionUtil.this)#JF[Option[T]]

    Permalink
    Definition Classes
    StandardFormats
  117. def productElement2Field[T](fieldName: String, p: Product, ix: Int, rest: List[JsField])(implicit writer: JsonWriter[T]): List[JsField]

    Permalink
    Attributes
    protected
    Definition Classes
    NullOptions → ProductFormats
  118. def rootFormat[T](format: JsonFormat[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    AdditionalFormats
  119. def rootJsonFormat[T](reader: RootJsonReader[T], writer: RootJsonWriter[T]): RootJsonFormat[T]

    Permalink
    Definition Classes
    AdditionalFormats
  120. def safeReader[A](implicit arg0: JsonReader[A]): JsonReader[Either[Exception, A]]

    Permalink
    Definition Classes
    AdditionalFormats
  121. implicit def seqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Seq[T]]

    Permalink
    Definition Classes
    CollectionFormats
  122. implicit def setFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Set[T]]

    Permalink
    Definition Classes
    CollectionFormats
  123. implicit def sprayJsonMarshaller[T](implicit writer: RootJsonWriter[T], printer: JsonPrinter): Marshaller[T]

    Permalink
    Definition Classes
    SprayJsonSupport
  124. implicit def sprayJsonMarshallerConverter[T](writer: RootJsonWriter[T])(implicit printer: JsonPrinter): Marshaller[T]

    Permalink
    Definition Classes
    SprayJsonSupport
  125. implicit def sprayJsonUnmarshaller[T](implicit arg0: RootJsonReader[T]): Unmarshaller[T]

    Permalink
    Definition Classes
    SprayJsonSupport
  126. implicit def sprayJsonUnmarshallerConverter[T](reader: RootJsonReader[T]): Unmarshaller[T]

    Permalink
    Definition Classes
    SprayJsonSupport
  127. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  129. implicit def tuple1Format[A](implicit arg0: (WorkflowVersionUtil.this)#JF[A]): (WorkflowVersionUtil.this)#JF[(A)]

    Permalink
    Definition Classes
    StandardFormats
  130. implicit def tuple2Format[A, B](implicit arg0: (WorkflowVersionUtil.this)#JF[A], arg1: (WorkflowVersionUtil.this)#JF[B]): RootJsonFormat[(A, B)] { def write(t: (A, B)): spray.json.JsArray }

    Permalink
    Definition Classes
    StandardFormats
  131. implicit def tuple3Format[A, B, C](implicit arg0: (WorkflowVersionUtil.this)#JF[A], arg1: (WorkflowVersionUtil.this)#JF[B], arg2: (WorkflowVersionUtil.this)#JF[C]): RootJsonFormat[(A, B, C)] { def write(t: (A, B, C)): spray.json.JsArray }

    Permalink
    Definition Classes
    StandardFormats
  132. implicit def tuple4Format[A, B, C, D](implicit arg0: (WorkflowVersionUtil.this)#JF[A], arg1: (WorkflowVersionUtil.this)#JF[B], arg2: (WorkflowVersionUtil.this)#JF[C], arg3: (WorkflowVersionUtil.this)#JF[D]): RootJsonFormat[(A, B, C, D)] { def write(t: (A, B, C, D)): spray.json.JsArray }

    Permalink
    Definition Classes
    StandardFormats
  133. implicit def tuple5Format[A, B, C, D, E](implicit arg0: (WorkflowVersionUtil.this)#JF[A], arg1: (WorkflowVersionUtil.this)#JF[B], arg2: (WorkflowVersionUtil.this)#JF[C], arg3: (WorkflowVersionUtil.this)#JF[D], arg4: (WorkflowVersionUtil.this)#JF[E]): RootJsonFormat[(A, B, C, D, E)] { def write(t: (A, B, C, D, E)): spray.json.JsArray }

    Permalink
    Definition Classes
    StandardFormats
  134. implicit def tuple6Format[A, B, C, D, E, F](implicit arg0: (WorkflowVersionUtil.this)#JF[A], arg1: (WorkflowVersionUtil.this)#JF[B], arg2: (WorkflowVersionUtil.this)#JF[C], arg3: (WorkflowVersionUtil.this)#JF[D], arg4: (WorkflowVersionUtil.this)#JF[E], arg5: (WorkflowVersionUtil.this)#JF[F]): RootJsonFormat[(A, B, C, D, E, F)] { def write(t: (A, B, C, D, E, F)): spray.json.JsArray }

    Permalink
    Definition Classes
    StandardFormats
  135. implicit def tuple7Format[A, B, C, D, E, F, G](implicit arg0: (WorkflowVersionUtil.this)#JF[A], arg1: (WorkflowVersionUtil.this)#JF[B], arg2: (WorkflowVersionUtil.this)#JF[C], arg3: (WorkflowVersionUtil.this)#JF[D], arg4: (WorkflowVersionUtil.this)#JF[E], arg5: (WorkflowVersionUtil.this)#JF[F], arg6: (WorkflowVersionUtil.this)#JF[G]): RootJsonFormat[(A, B, C, D, E, F, G)] { def write(t: (A, B, C, D, E, F, G)): spray.json.JsArray }

    Permalink
    Definition Classes
    StandardFormats
  136. implicit val variablesFormat: RootJsonFormat[Variables]

    Permalink
  137. implicit def vectorFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Vector[T]]

    Permalink
    Definition Classes
    CollectionFormats
  138. val versionedWorkflowReader: (WorkflowVersionUtil.this)#VersionedJsonReader[Workflow]

    Permalink
  139. val versionedWorkflowWithResultsReader: (WorkflowVersionUtil.this)#VersionedJsonReader[WorkflowWithResults]

    Permalink
  140. val versionedWorkflowWithVariablesReader: (WorkflowVersionUtil.this)#VersionedJsonReader[WorkflowWithVariables]

    Permalink
  141. def viaSeq[I <: Iterable[T], T](f: (Seq[T]) ⇒ I)(implicit arg0: JsonFormat[T]): RootJsonFormat[I]

    Permalink
    Definition Classes
    CollectionFormats
  142. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  145. implicit val workflowFormat: RootJsonFormat[Workflow]

    Permalink
    Definition Classes
    WorkflowJsonProtocol
  146. implicit val workflowInfoFormat: RootJsonFormat[WorkflowInfo]

    Permalink
    Definition Classes
    WorkflowInfoJsonProtocol
  147. implicit val workflowMetadataFormat: RootJsonFormat[WorkflowMetadata]

    Permalink
    Definition Classes
    WorkflowJsonProtocol
  148. def workflowOrString(stringJson: String): Either[String, Workflow]

    Permalink
  149. implicit val workflowTypeFormat: JsonFormat[workflows.WorkflowType.Value]

    Permalink
    Definition Classes
    WorkflowJsonProtocol
  150. implicit val workflowWithResultsFormat: RootJsonFormat[WorkflowWithResults]

    Permalink
  151. implicit val workflowWithVariablesFormat: RootJsonFormat[WorkflowWithVariables]

    Permalink

Inherited from EntitiesMapJsonProtocol

Inherited from WorkflowJsonProtocol

Inherited from GraphJsonProtocol

Inherited from WorkflowInfoJsonProtocol

Inherited from DateTimeJsonProtocol

Inherited from ActionsJsonProtocol

Inherited from DKnowledgeJsonProtocol

Inherited from NodeStatusJsonProtocol

Inherited from NullOptions

Inherited from FailureDescriptionJsonProtocol

Inherited from NodeJsonProtocol

Inherited from IdJsonProtocol

Inherited from UUIDJsonProtocol

Inherited from SprayJsonSupport

Inherited from DefaultJsonProtocol

Inherited from AdditionalFormats

Inherited from ProductFormats

Inherited from ProductFormatsInstances

Inherited from CollectionFormats

Inherited from StandardFormats

Inherited from BasicFormats

Inherited from AnyRef

Inherited from Any

Ungrouped