object Repl
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Repl
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class RunState(cwd: ADir, debugLevel: DebugLevel, phaseFormat: PhaseFormat, summaryCount: slamdata.Predef.Option[Refined[slamdata.Predef.Int, Positive]], format: OutputFormat, variables: slamdata.Predef.Map[slamdata.Predef.String, slamdata.Predef.String], timingFormat: TimingFormat) extends Product with Serializable
- type RunStateT[A] = AtomicRef[RunState, A]
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 HelpMessage: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def command[S[_], T](cmd: Command, executionIdRef: TaskRef[slamdata.Predef.Long])(implicit Q: Ops[S], M: Ops[S], W: Ops[S], P: Ops[S], T: Ops[S], S0: :<:[Mounting, S], S1: :<:[RunStateT, S], S2: :<:[ReplFail, S], S3: :<:[Task, S], S4: :<:[FileSystemFailure, S], SE: ScopeExecution[[β$0$]Free[S, β$0$], T]): Free[S, slamdata.Predef.Unit]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mountType[S[_]](path: APath)(implicit M: Ops[S]): Free[S, slamdata.Predef.Option[slamdata.Predef.String]]
-
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 printLog[S[_]](debugLevel: DebugLevel, phaseFormat: PhaseFormat, log: PhaseResults)(implicit P: Ops[S]): Free[S, slamdata.Predef.Unit]
- def showPhaseResults(phaseFormat: PhaseFormat, results: PhaseResults): slamdata.Predef.String
- def summarize[S[_]](max: slamdata.Predef.Option[slamdata.Predef.Int], format: OutputFormat)(rows: slamdata.Predef.IndexedSeq[Data])(implicit P: Ops[S]): Free[S, slamdata.Predef.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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )