class InterpreterImpl[F[_]] extends Interpreter[F]
- Source
- Interpreter.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InterpreterImpl
- Interpreter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new InterpreterImpl(streamAccumulator: StreamMetadataAccumulator[F, StreamMetadata[F], IorNec[String, Any]], batchAccumulator: BatchAccumulator[F], sup: Supervisor[F])(implicit F: Async[F], stats: Statistics[F])
Type Members
- type E = Chain[EvalNode[Any]]
- type W[A] = WriterT[F, Chain[EvalFailure], A]
- Definition Classes
- Interpreter
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val W: Async[[γ$3$]WriterT[[_]F[_], Chain[EvalFailure], γ$3$]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def attemptUser[A](fa: F[IorNec[String, A]], constructor: (Either[Throwable, String]) => EvalFailure)(implicit M: Monoid[A]): W[A]
- def attemptUserE(fa: F[IorNec[String, E]], constructor: (Either[Throwable, String]) => EvalFailure): W[E]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def failM[A](e: EvalFailure)(implicit M: Monoid[A]): W[A]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lift: ~>[F, W]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def runDataField(df: PreparedDataField[F, _, _], input: Chain[EvalNode[Any]]): W[Chain[EvalNode[Json]]]
- Definition Classes
- InterpreterImpl → Interpreter
- def runEdge(inputs: Chain[EvalNode[Any]], edges: List[PreparedEdge[F]], cont: Prepared[F, Any]): W[Chain[EvalNode[Json]]]
- Definition Classes
- InterpreterImpl → Interpreter
- def runEdge_(inputs: Chain[EvalNode[Any]], edges: List[PreparedEdge[F]], cont: Prepared[F, Any]): W[Chain[EvalNode[Any]]]
- def runFields(dfs: NonEmptyList[PreparedField[F, Any]], in: Chain[EvalNode[Any]]): W[Chain[EvalNode[Json]]]
- Definition Classes
- InterpreterImpl → Interpreter
- def startNext(s: Prepared[F, Any], in: Chain[EvalNode[Any]]): W[Chain[EvalNode[Json]]]
- Definition Classes
- InterpreterImpl → Interpreter
- def submit(name: String, duration: FiniteDuration, size: Int): F[Unit]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()