Abstract Value Members
-
abstract
def
baseTypedCalc[T](implicit arg0: Ordering[T]): Calculator[X[T]]
-
abstract
def
calcPackTypeTag[T](implicit inputTypeTag: scala.reflect.api.JavaUniverse.TypeTag[T]): scala.reflect.api.JavaUniverse.TypeTag[X.IN]
-
abstract
def
defaultInter: X.INTER
-
abstract
def
defaultOut: X.OUT
-
abstract
def
findInputValue(inputs: Traversable[X.IN]): Option[Any]
-
abstract
def
findInterValue(intermediaries: X.INTER): Option[Any]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
createJsonFlow(options: X.FLOW_OPT, fields: F): Flow[JsObject, X.INTER, NotUsed]
-
def
createJsonFlowA(options: X.FLOW_OPT, scalarOrArrayField: Field, fields: F): Flow[JsObject, X.INTER, NotUsed]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
exec(options: X.OPT)(values: Traversable[X.IN]): X.OUT
-
def
execJson(options: X.OPT, fields: F)(jsons: Traversable[JsObject]): X.OUT
-
def
execJsonA(options: X.OPT, scalarOrArrayField: Field, fields: F)(jsons: Traversable[JsObject]): X.OUT
-
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]
-
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]
-
def
execJsonStreamed(flowOptions: X.FLOW_OPT, postFlowOptions: X.SINK_OPT, fields: F)(source: Source[JsObject, _])(implicit materializer: Materializer): Future[X.OUT]
-
def
execJsonStreamedA(flowOptions: X.FLOW_OPT, postFlowOptions: X.SINK_OPT, scalarOrArrayField: Field, fields: F)(source: Source[JsObject, _])(implicit materializer: Materializer): Future[X.OUT]
-
def
execPostFlow(options: X.SINK_OPT)(flowOutput: X.INTER): X.OUT
-
def
execStreamed(flowOptions: X.FLOW_OPT, postFlowOptions: X.SINK_OPT)(source: Source[X.IN, _])(implicit materializer: Materializer): Nothing
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any