trait LoopCommands extends AnyRef
- Self Type
- LoopCommands with AnyRef { def echo(msg: String): Unit }
- Source
- LoopCommands.scala
- Alphabetic
- By Inheritance
- LoopCommands
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Type Members
- ξ class LineCmd extends (LoopCommands.this)#LoopCommand
- ξ abstract class LoopCommand extends (String) β (LoopCommands.this)#Result
- ξ class NullaryCmd extends (LoopCommands.this)#LoopCommand
- ξ case class Result(keepRunning: Boolean, lineToRecord: Option[String]) extends Product with Serializable
- ξ class VarArgsCmd extends (LoopCommands.this)#LoopCommand
Abstract Value Members
- ξ abstract def commands: List[(LoopCommands.this)#LoopCommand]
-
ξ
abstract
def
out: JPrintWriter
- Attributes
- protected
Concrete 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 LoopCommands to any2stringadd[LoopCommands] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
ξ
def
->[B](y: B): (LoopCommands, B)
- Implicit
- This member is added by an implicit conversion from LoopCommands to ArrowAssoc[LoopCommands] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
ξ
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef β Any
- ξ def ambiguousError(cmd: String): (LoopCommands.this)#Result
-
ξ
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
ξ
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- ξ def colonCommand(line: String): (LoopCommands.this)#Result
- ξ def colonCompletion(line: String, cursor: Int): Completion
- ξ def echoCommandMessage(msg: String): Unit
-
ξ
def
ensuring(cond: (LoopCommands) β Boolean, msg: β Any): LoopCommands
- Implicit
- This member is added by an implicit conversion from LoopCommands to Ensuring[LoopCommands] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
ξ
def
ensuring(cond: (LoopCommands) β Boolean): LoopCommands
- Implicit
- This member is added by an implicit conversion from LoopCommands to Ensuring[LoopCommands] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
ξ
def
ensuring(cond: Boolean, msg: β Any): LoopCommands
- Implicit
- This member is added by an implicit conversion from LoopCommands to Ensuring[LoopCommands] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
ξ
def
ensuring(cond: Boolean): LoopCommands
- Implicit
- This member is added by an implicit conversion from LoopCommands to Ensuring[LoopCommands] 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
finalize(): Unit
- Attributes
- protected[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()
-
ξ
def
helpCommand(line: String): (LoopCommands.this)#Result
print a friendly help message
- ξ def helpSummary(): Unit
-
ξ
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
ξ
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()
-
ξ
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( ... ) @native()
-
ξ
def
β[B](y: B): (LoopCommands, B)
- Implicit
- This member is added by an implicit conversion from LoopCommands to ArrowAssoc[LoopCommands] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- ξ object LoopCommand
- ξ object Result extends Serializable
Deprecated Value Members
-
ξ
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from LoopCommands to StringFormat[LoopCommands] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)
instead ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.
The Scala compiler and reflection APIs.