Trait

org.ada.server.calc

CalculatorExecutors

Related Doc: package calc

Permalink

trait CalculatorExecutors extends AnyRef

Linear Supertypes
AnyRef, Any
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 hashCode(): Int

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  51. 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
  52. def nullExcludedMultiOneWayAnovaTestExec[G](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(Option[G], Seq[Option[Double]])]): CalculatorExecutor[NullExcludedMultiOneWayAnovaTestCalcTypePack[G], Seq[Field]] with WithSeqFields

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  75. 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
  76. 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
  77. def tupleExec[A, B](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(Option[A], Option[B])]): CalculatorExecutor[TupleCalcTypePack[A, B], (Field, Field)]

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

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

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

    Permalink
  81. 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
  82. 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
  83. def uniqueTupleExec[A, B](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[(Option[A], Option[B])]): CalculatorExecutor[TupleCalcTypePack[A, B], (Field, Field)]

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

    Permalink
  85. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped