Trait

org.ada.server.calc

CalculatorExecutors

Related Doc: package calc

Permalink

trait CalculatorExecutors extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CalculatorExecutors
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

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

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

    Permalink
    Definition Classes
    Any
  5. def basicStatsExec: CalculatorExecutor[BasicStatsCalcTypePack, Field]

    Permalink
  6. def basicStatsSeqExec: CalculatorExecutor[BasicStatsCalcTypePack, Seq[Field]] with WithSeqFields

    Permalink
  7. def chiSquareTestExec[G, T](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(G, T)]): CalculatorExecutor[ChiSquareTestCalcTypePack[G, T], (Field, Field)]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def countDistinctExec[T](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[T]): CalculatorExecutor[CountDistinctCalcTypePack[T], Field]

    Permalink
  10. def countDistinctSeqExec[T](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[T]): CalculatorExecutor[CountDistinctCalcTypePack[T], Seq[Field]] with WithSeqFields

    Permalink
  11. def cumulativeNumericBinCountsExec: CalculatorExecutor[CumulativeNumericBinCountsCalcTypePack, Field]

    Permalink
  12. def cumulativeNumericBinCountsSeqExec: CalculatorExecutor[CumulativeNumericBinCountsCalcTypePack, Seq[Field]] with WithSeqFields

    Permalink
  13. def cumulativeOrderedCountsAnyExec: CalculatorExecutor[CumulativeOrderedCountsCalcTypePack[Any], Field]

    Permalink
  14. def cumulativeOrderedCountsAnySeqExec: CalculatorExecutor[CumulativeOrderedCountsCalcTypePack[Any], Seq[Field]]

    Permalink
  15. def cumulativeOrderedCountsExec[T](implicit arg0: Ordering[T], inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[Option[T]]): CalculatorExecutor[CumulativeOrderedCountsCalcTypePack[T], Field]

    Permalink
  16. def cumulativeOrderedCountsSeqExec[T](implicit arg0: Ordering[T], inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[Option[T]]): CalculatorExecutor[CumulativeOrderedCountsCalcTypePack[T], Seq[Field]] with WithSeqFields

    Permalink
  17. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def euclideanDistanceAllDefinedExec: CalculatorExecutor[DistanceCalcTypePack[Double], Seq[Field]] with WithSeqFields

    Permalink
  20. def euclideanDistanceExec: CalculatorExecutor[DistanceCalcTypePack[Option[Double]], Seq[Field]] with WithSeqFields

    Permalink
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def groupCumulativeNumericBinCountsExec[G](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(Option[G], Option[Double])]): CalculatorExecutor[GroupCumulativeNumericBinCountsCalcTypePack[G], (Field, Field)]

    Permalink
  24. def groupCumulativeNumericBinCountsSeqExec[G](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(Option[G], Option[Double])]): CalculatorExecutor[GroupCumulativeNumericBinCountsCalcTypePack[G], Seq[Field]] with WithSeqFields

    Permalink
  25. def groupCumulativeOrderedCountsAnyExec[G](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(Option[G], Option[Any])]): CalculatorExecutor[GroupCumulativeOrderedCountsCalcTypePack[G, Any], (Field, Field)]

    Permalink
  26. def groupCumulativeOrderedCountsAnySeqExec[G](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(Option[G], Option[Any])]): CalculatorExecutor[GroupCumulativeOrderedCountsCalcTypePack[G, Any], Seq[Field]]

    Permalink
  27. def groupCumulativeOrderedCountsExec[G, T](implicit arg0: Ordering[T], inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(Option[G], Option[T])]): CalculatorExecutor[GroupCumulativeOrderedCountsCalcTypePack[G, T], (Field, Field)]

    Permalink
  28. def groupCumulativeOrderedCountsSeqExec[G, T](implicit arg0: Ordering[T], inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(Option[G], Option[T])]): CalculatorExecutor[GroupCumulativeOrderedCountsCalcTypePack[G, T], Seq[Field]] with WithSeqFields

    Permalink
  29. def groupNumericDistributionCountsExec[G](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(Option[G], Option[Double])]): CalculatorExecutor[GroupNumericDistributionCountsCalcTypePack[G], (Field, Field)]

    Permalink
  30. def groupNumericDistributionCountsSeqExec[G](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(Option[G], Option[Double])]): CalculatorExecutor[GroupNumericDistributionCountsCalcTypePack[G], Seq[Field]] with WithSeqFields

    Permalink
  31. def groupQuartilesAnyExec[G](implicit groupTypeTag: scala.reflect.api.JavaUniverse.TypeTag[G]): CalculatorExecutor[GroupQuartilesCalcNoOptionsTypePack[G, Any], Field]

    Permalink
  32. def groupQuartilesAnySeqExec[G](implicit groupTypeTag: scala.reflect.api.JavaUniverse.TypeTag[G]): CalculatorExecutor[GroupQuartilesCalcNoOptionsTypePack[G, Any], Seq[Field]]

    Permalink
  33. def groupQuartilesExec[G, T](implicit arg0: Ordering[T], inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(Option[G], Option[T])]): CalculatorExecutor[GroupQuartilesCalcTypePack[G, T], Field]

    Permalink
  34. def groupQuartilesSeqExec[G, T](implicit arg0: Ordering[T], inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(Option[G], Option[T])]): CalculatorExecutor[GroupQuartilesCalcTypePack[G, T], Seq[Field]] with WithSeqFields

    Permalink
  35. def groupTupleExec[G, A, B](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(Option[G], Option[A], Option[B])]): CalculatorExecutor[GroupTupleCalcTypePack[G, A, B], (Field, Field, Field)]

    Permalink
  36. def groupTupleSeqExec[G, A, B](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(Option[G], Option[A], Option[B])]): CalculatorExecutor[GroupTupleCalcTypePack[G, A, B], Seq[Field]] with WithSeqFields

    Permalink
  37. def groupUniqueDistributionCountsExec[G, T](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(Option[G], Option[T])]): CalculatorExecutor[GroupUniqueDistributionCountsCalcTypePack[G, T], (Field, Field)]

    Permalink
  38. def groupUniqueDistributionCountsSeqExec[G, T](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(Option[G], Option[T])]): CalculatorExecutor[GroupUniqueDistributionCountsCalcTypePack[G, T], Seq[Field]] with WithSeqFields

    Permalink
  39. def groupUniqueTupleExec[G, A, B](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(Option[G], Option[A], Option[B])]): CalculatorExecutor[GroupTupleCalcTypePack[G, A, B], (Field, Field, Field)]

    Permalink
  40. def groupUniqueTupleSeqExec[G, A, B](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(Option[G], Option[A], Option[B])]): CalculatorExecutor[GroupTupleCalcTypePack[G, A, B], Seq[Field]] with WithSeqFields

    Permalink
  41. def groupXOrderedSeqAnyExec[G](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[G]): CalculatorExecutor[GroupXOrderedSeqCalcTypePack[G, Any], Seq[Field]]

    Permalink
  42. def groupXOrderedSeqExec[G, T](implicit arg0: Ordering[T], inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(Option[G], Seq[Option[T]])]): CalculatorExecutor[GroupXOrderedSeqCalcTypePack[G, T], Seq[Field]] with WithSeqFields

    Permalink
  43. def groupXSeqExec[G, T](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(Option[G], Seq[Option[T]])]): CalculatorExecutor[GroupXSeqCalcTypePack[G, T], Seq[Field]] with WithSeqFields

    Permalink
  44. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  46. def matthewsBinaryClassCorrelationExec: CalculatorExecutor[MatthewsBinaryClassCorrelationCalcTypePack, Seq[Field]] with WithSeqFields

    Permalink
  47. def multiBasicStatsSeqExec: CalculatorExecutor[MultiBasicStatsCalcTypePack, Seq[Field]] with WithSeqFields

    Permalink
  48. def multiChiSquareTestExec[G, T](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(G, Seq[Option[T]])]): CalculatorExecutor[MultiChiSquareTestCalcTypePack[G, T], Seq[Field]] with WithSeqFields

    Permalink
  49. def multiCountDistinctSeqExec[T](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[Seq[T]]): CalculatorExecutor[MultiCountDistinctCalcTypePack[T], Seq[Field]] with WithSeqFields

    Permalink
  50. def multiOneWayAnovaTestExec[G](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(G, Seq[Option[Double]])]): CalculatorExecutor[MultiOneWayAnovaTestCalcTypePack[G], Seq[Field]] with WithSeqFields

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

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

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

    Permalink
    Definition Classes
    AnyRef
  54. def nullExcludedMultiChiSquareTestExec[G, T](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(Option[G], Seq[Option[T]])]): CalculatorExecutor[NullExcludedMultiChiSquareTestCalcTypePack[G, T], Seq[Field]] with WithSeqFields

    Permalink
  55. def nullExcludedMultiOneWayAnovaTestExec[G](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(Option[G], Seq[Option[Double]])]): CalculatorExecutor[NullExcludedMultiOneWayAnovaTestCalcTypePack[G], Seq[Field]] with WithSeqFields

    Permalink
  56. def numericDistributionCountsExec: CalculatorExecutor[NumericDistributionCountsCalcTypePack, Field]

    Permalink
  57. def numericDistributionCountsSeqExec: CalculatorExecutor[NumericDistributionCountsCalcTypePack, Seq[Field]] with WithSeqFields

    Permalink
  58. def oneWayAnovaTestExec[G](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(G, Option[Double])]): CalculatorExecutor[OneWayAnovaTestCalcTypePack[G], (Field, Field)]

    Permalink
  59. def pearsonCorrelationAllDefinedExec: CalculatorExecutor[AllDefinedPearsonCorrelationCalcTypePack, Seq[Field]] with WithSeqFields

    Permalink
  60. def pearsonCorrelationExec: CalculatorExecutor[PearsonCorrelationCalcTypePack, Seq[Field]] with WithSeqFields

    Permalink
  61. def quartilesAnyExec: CalculatorExecutor[QuartilesCalcNoOptionsTypePack[Any], Field]

    Permalink
  62. def quartilesAnySeqExec: CalculatorExecutor[QuartilesCalcNoOptionsTypePack[Any], Seq[Field]]

    Permalink
  63. def quartilesExec[T](implicit arg0: Ordering[T], inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[Option[T]]): CalculatorExecutor[QuartilesCalcTypePack[T], Field]

    Permalink
  64. def quartilesSeqExec[T](implicit arg0: Ordering[T], inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[Option[T]]): CalculatorExecutor[QuartilesCalcTypePack[T], Seq[Field]] with WithSeqFields

    Permalink
  65. def seqBinCountAllDefinedExec: CalculatorExecutor[AllDefinedSeqBinCountCalcTypePack, Seq[Field]] with WithSeqFields

    Permalink
  66. def seqBinCountExec: CalculatorExecutor[SeqBinCountCalcTypePack, Seq[Field]] with WithSeqFields

    Permalink
  67. def seqBinMaxAllDefinedExec: CalculatorExecutor[AllDefinedSeqBinMaxCalcTypePack, Seq[Field]] with WithSeqFields

    Permalink
  68. def seqBinMaxExec: CalculatorExecutor[SeqBinMaxCalcTypePack, Seq[Field]] with WithSeqFields

    Permalink
  69. def seqBinMeanAllDefinedExec: CalculatorExecutor[AllDefinedSeqBinMeanCalcTypePack, Seq[Field]] with WithSeqFields

    Permalink
  70. def seqBinMeanExec: CalculatorExecutor[SeqBinMeanCalcTypePack, Seq[Field]] with WithSeqFields

    Permalink
  71. def seqBinMinAllDefinedExec: CalculatorExecutor[AllDefinedSeqBinMinCalcTypePack, Seq[Field]] with WithSeqFields

    Permalink
  72. def seqBinMinExec: CalculatorExecutor[SeqBinMinCalcTypePack, Seq[Field]] with WithSeqFields

    Permalink
  73. def seqBinVarianceAllDefinedExec: CalculatorExecutor[AllDefinedSeqBinVarianceCalcTypePack, Seq[Field]] with WithSeqFields

    Permalink
  74. def seqBinVarianceExec: CalculatorExecutor[SeqBinVarianceCalcTypePack, Seq[Field]] with WithSeqFields

    Permalink
  75. def standardizationExec: CalculatorExecutor[StandardizationCalcTypePack, Seq[Field]] with WithSeqFields

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  78. def tuple3Exec[A, B, C](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(Option[A], Option[B], Option[C])]): CalculatorExecutor[Tuple3CalcTypePack[A, B, C], (Field, Field, Field)]

    Permalink
  79. def tuple3SeqExec[A, B, C](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(Option[A], Option[B], Option[C])]): CalculatorExecutor[Tuple3CalcTypePack[A, B, C], Seq[Field]] with WithSeqFields

    Permalink
  80. def tupleExec[A, B](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(Option[A], Option[B])]): CalculatorExecutor[TupleCalcTypePack[A, B], (Field, Field)]

    Permalink
  81. def tupleSeqExec[A, B](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(Option[A], Option[B])]): CalculatorExecutor[TupleCalcTypePack[A, B], Seq[Field]] with WithSeqFields

    Permalink
  82. def uniqueDistributionCountsExec[T](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[Option[T]]): CalculatorExecutor[UniqueDistributionCountsCalcTypePack[T], Field]

    Permalink
  83. def uniqueDistributionCountsSeqExec[T](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[Option[T]]): CalculatorExecutor[UniqueDistributionCountsCalcTypePack[T], Seq[Field]] with WithSeqFields

    Permalink
  84. def uniqueTuple3Exec[A, B, C](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(Option[A], Option[B], Option[C])]): CalculatorExecutor[Tuple3CalcTypePack[A, B, C], (Field, Field)]

    Permalink
  85. def uniqueTuple3SeqExec[A, B, C](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(Option[A], Option[B], Option[C])]): CalculatorExecutor[Tuple3CalcTypePack[A, B, C], Seq[Field]] with WithSeqFields

    Permalink
  86. def uniqueTupleExec[A, B](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(Option[A], Option[B])]): CalculatorExecutor[TupleCalcTypePack[A, B], (Field, Field)]

    Permalink
  87. def uniqueTupleSeqExec[A, B](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(Option[A], Option[B])]): CalculatorExecutor[TupleCalcTypePack[A, B], Seq[Field]] with WithSeqFields

    Permalink
  88. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  91. def xOrderedSeqAnyExec: CalculatorExecutor[XOrderedSeqCalcTypePack[Any], Seq[Field]]

    Permalink
  92. def xOrderedSeqExec[T](implicit arg0: Ordering[T], inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[Seq[Option[T]]]): CalculatorExecutor[XOrderedSeqCalcTypePack[T], Seq[Field]] with WithSeqFields

    Permalink
  93. def xSeqExec[T](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[Seq[Option[T]]]): CalculatorExecutor[XSeqCalcTypePack[T], Seq[Field]] with WithSeqFields

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped