class MainGenericRunner extends AnyRef
An object that runs Scala code. It has three possible sources for the code to run: pre-compiled code, a script file, or interactive entry.
- Source
- MainGenericRunner.scala
- Alphabetic
- By Inheritance
- MainGenericRunner
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- ξ new MainGenericRunner()
Value Members
-
ξ
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef β Any
-
ξ
final
def
##(): Int
- Definition Classes
- AnyRef β Any
-
ξ
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from MainGenericRunner to any2stringadd[MainGenericRunner] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
ξ
def
->[B](y: B): (MainGenericRunner, B)
- Implicit
- This member is added by an implicit conversion from MainGenericRunner to ArrowAssoc[MainGenericRunner] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
ξ
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef β Any
-
ξ
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
ξ
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
ξ
def
ensuring(cond: (MainGenericRunner) β Boolean, msg: β Any): MainGenericRunner
- Implicit
- This member is added by an implicit conversion from MainGenericRunner to Ensuring[MainGenericRunner] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
ξ
def
ensuring(cond: (MainGenericRunner) β Boolean): MainGenericRunner
- Implicit
- This member is added by an implicit conversion from MainGenericRunner to Ensuring[MainGenericRunner] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
ξ
def
ensuring(cond: Boolean, msg: β Any): MainGenericRunner
- Implicit
- This member is added by an implicit conversion from MainGenericRunner to Ensuring[MainGenericRunner] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
ξ
def
ensuring(cond: Boolean): MainGenericRunner
- Implicit
- This member is added by an implicit conversion from MainGenericRunner to Ensuring[MainGenericRunner] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
ξ
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
ξ
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef β Any
- ξ def errorFn(str: String, e: Option[Throwable] = None, isFailure: Boolean = true): Boolean
-
ξ
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
ξ
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from MainGenericRunner to StringFormat[MainGenericRunner] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
ξ
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef β Any
-
ξ
def
hashCode(): Int
- Definition Classes
- AnyRef β Any
-
ξ
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
ξ
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
ξ
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
ξ
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- ξ def process(args: Array[String]): Boolean
-
ξ
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
- @throws( ... )
-
ξ
def
β[B](y: B): (MainGenericRunner, B)
- Implicit
- This member is added by an implicit conversion from MainGenericRunner to ArrowAssoc[MainGenericRunner] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
The Scala compiler and reflection APIs.