package repl
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- repl
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
class
IoCommands extends AnyRef
Commands for simple file I/O in the REPL.
- implicit final class ReplSCollection[T] extends AnyVal
- class ReplScioContext extends ScioContext
- trait ScioGenericRunner extends MainGenericRunner
-
class
ScioILoop extends ILoop
ScioILoop - core of Scio REPL.
-
class
ScioReplClassLoader extends URLClassLoader
Class loader with option to lookup classes in REPL classloader.
Class loader with option to lookup classes in REPL classloader. Some help/code from Twitter Scalding.
Value Members
- object ReplScioContext
- object ScioReplClassLoader
- object ScioReplSysProps extends SysProps
-
object
ScioShell extends MainGenericRunner with ScioGenericRunner
A entry-point/runner for a Scala REPL providing functionality extensions specific to working with Scio.