Trait

org.ada.server.calc.impl

OrderedAnyExecAdapter

Related Doc: package impl

Permalink

trait OrderedAnyExecAdapter[F, X[T] <: CalculatorTypePack] extends CalculatorExecutor[X[Any], F]

Attributes
protected
Self Type
OrderedAnyExecAdapter[F, X] with ToFields[F]
Linear Supertypes
CalculatorExecutor[X[Any], F], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OrderedAnyExecAdapter
  2. CalculatorExecutor
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def baseTypedCalc[T](implicit arg0: Ordering[T]): Calculator[X[T]]

    Permalink
    Attributes
    protected
  2. abstract def calcPackTypeTag[T](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[T]): scala.reflect.api.JavaUniverse.TypeTag[X.IN]

    Permalink
    Attributes
    protected
  3. abstract def defaultInter: X.INTER

    Permalink
    Attributes
    protected
  4. abstract def defaultOut: X.OUT

    Permalink
    Attributes
    protected
  5. abstract def findInputValue(inputs: Traversable[X.IN]): Option[Any]

    Permalink
    Attributes
    protected
  6. abstract def findInterValue(intermediaries: X.INTER): Option[Any]

    Permalink
    Attributes
    protected

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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def createJsonFlow(options: X.FLOW_OPT, fields: F): Flow[JsObject, X.INTER, NotUsed]

    Permalink
  7. def createJsonFlowA(options: X.FLOW_OPT, scalarOrArrayField: Field, fields: F): Flow[JsObject, X.INTER, NotUsed]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def exec(options: X.OPT)(values: Traversable[X.IN]): X.OUT

    Permalink
  11. def execJson(options: X.OPT, fields: F)(jsons: Traversable[JsObject]): X.OUT

    Permalink
  12. def execJsonA(options: X.OPT, scalarOrArrayField: Field, fields: F)(jsons: Traversable[JsObject]): X.OUT

    Permalink
  13. def execJsonRepoStreamed(flowOptions: X.FLOW_OPT, postFlowOptions: X.SINK_OPT, withProjection: Boolean, fields: F)(dataRepo: AsyncReadonlyRepo[JsObject, _], criteria: Seq[Criterion[Any]])(implicit materializer: Materializer): Future[X.OUT]

    Permalink
  14. def execJsonRepoStreamedA(flowOptions: X.FLOW_OPT, postFlowOptions: X.SINK_OPT, withProjection: Boolean, scalarOrArrayField: Field, fields: F)(dataRepo: AsyncReadonlyRepo[JsObject, _], criteria: Seq[Criterion[Any]])(implicit materializer: Materializer): Future[X.OUT]

    Permalink
  15. def execJsonStreamed(flowOptions: X.FLOW_OPT, postFlowOptions: X.SINK_OPT, fields: F)(source: Source[JsObject, _])(implicit materializer: Materializer): Future[X.OUT]

    Permalink
  16. def execJsonStreamedA(flowOptions: X.FLOW_OPT, postFlowOptions: X.SINK_OPT, scalarOrArrayField: Field, fields: F)(source: Source[JsObject, _])(implicit materializer: Materializer): Future[X.OUT]

    Permalink
  17. def execPostFlow(options: X.SINK_OPT)(flowOutput: X.INTER): X.OUT

    Permalink
  18. def execStreamed(flowOptions: X.FLOW_OPT, postFlowOptions: X.SINK_OPT)(source: Source[X.IN, _])(implicit materializer: Materializer): Nothing

    Permalink
  19. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

Inherited from CalculatorExecutor[X[Any], F]

Inherited from AnyRef

Inherited from Any

Ungrouped