abstract class LoopCommand extends (String) β (LoopCommands.this)#Result
- Alphabetic
- By Inheritance
- LoopCommand
- Function1
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- ξ new LoopCommand(name: String, help: String, detailedHelp: Option[String])
Abstract Value Members
-
ξ
abstract
def
apply(line: String): (LoopCommands.this)#Result
- Definition Classes
- LoopCommand β Function1
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.this)#LoopCommand to any2stringadd[(LoopCommands.this)#LoopCommand] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
ξ
def
->[B](y: B): ((LoopCommands.this)#LoopCommand, B)
- Implicit
- This member is added by an implicit conversion from (LoopCommands.this)#LoopCommand to ArrowAssoc[(LoopCommands.this)#LoopCommand] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
ξ
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef β Any
-
ξ
def
andThen[A](g: ((LoopCommands.this)#Result) β A): (String) β A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
ξ
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
ξ
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- ξ def completion: Completion
-
ξ
def
compose[A](g: (A) β String): (A) β (LoopCommands.this)#Result
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- ξ val detailedHelp: Option[String]
-
ξ
def
ensuring(cond: ((LoopCommands.this)#LoopCommand) β Boolean, msg: β Any): (LoopCommands.this)#LoopCommand
- Implicit
- This member is added by an implicit conversion from (LoopCommands.this)#LoopCommand to Ensuring[(LoopCommands.this)#LoopCommand] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
ξ
def
ensuring(cond: ((LoopCommands.this)#LoopCommand) β Boolean): (LoopCommands.this)#LoopCommand
- Implicit
- This member is added by an implicit conversion from (LoopCommands.this)#LoopCommand to Ensuring[(LoopCommands.this)#LoopCommand] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
ξ
def
ensuring(cond: Boolean, msg: β Any): (LoopCommands.this)#LoopCommand
- Implicit
- This member is added by an implicit conversion from (LoopCommands.this)#LoopCommand to Ensuring[(LoopCommands.this)#LoopCommand] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
ξ
def
ensuring(cond: Boolean): (LoopCommands.this)#LoopCommand
- Implicit
- This member is added by an implicit conversion from (LoopCommands.this)#LoopCommand to Ensuring[(LoopCommands.this)#LoopCommand] 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()
- ξ val help: String
-
ξ
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- ξ val name: 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 showUsage(): (LoopCommands.this)#Result
-
ξ
final
def
synchronized[T0](arg0: β T0): T0
- Definition Classes
- AnyRef
-
ξ
def
toString(): String
- Definition Classes
- Function1 β AnyRef β Any
- ξ def usage: String
- ξ def usageMsg: String
-
ξ
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.this)#LoopCommand, B)
- Implicit
- This member is added by an implicit conversion from (LoopCommands.this)#LoopCommand to ArrowAssoc[(LoopCommands.this)#LoopCommand] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Deprecated Value Members
-
ξ
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from (LoopCommands.this)#LoopCommand to StringFormat[(LoopCommands.this)#LoopCommand] 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.