scala
.
tools
.
nsc
.
interpreter
.
LoopCommands
NullaryCmd
class
NullaryCmd
extends
LoopCommand
Source
LoopCommands.scala
Linear Supertypes
LoopCommand
, (
String
) ⇒
Result
,
AnyRef
,
Any
Type Hierarchy
Learn more about scaladoc diagrams
NullaryCmd
LoopCommand
Ordering
Alphabetic
By inheritance
Inherited
NullaryCmd
LoopCommand
Function1
AnyRef
Any
Implicitly
by StringAdd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
NullaryCmd
(
name:
String
,
help:
String
,
f: (
String
) ⇒
Result
)
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
def
+
(
other:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
NullaryCmd
to
StringAdd
[
NullaryCmd
] performed by method StringAdd in scala.Predef.
Definition Classes
StringAdd
def
->
[
B
]
(
y:
B
)
: (
NullaryCmd
,
B
)
Implicit information
This member is added by an implicit conversion from
NullaryCmd
to
ArrowAssoc
[
NullaryCmd
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Annotations
@inline
()
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
def
andThen
[
A
]
(
g: (
Result
) ⇒
A
)
: (
String
) ⇒
A
Definition Classes
Function1
Annotations
@unspecialized
()
def
apply
(
line:
String
)
:
Result
Definition Classes
NullaryCmd
→
LoopCommand
→ Function1
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
compose
[
A
]
(
g: (
A
) ⇒
String
)
: (
A
) ⇒
Result
Definition Classes
Function1
Annotations
@unspecialized
()
def
ensuring
(
cond: (
NullaryCmd
) ⇒
Boolean
,
msg: ⇒
Any
)
:
NullaryCmd
Implicit information
This member is added by an implicit conversion from
NullaryCmd
to
Ensuring
[
NullaryCmd
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
NullaryCmd
) ⇒
Boolean
)
:
NullaryCmd
Implicit information
This member is added by an implicit conversion from
NullaryCmd
to
Ensuring
[
NullaryCmd
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
NullaryCmd
Implicit information
This member is added by an implicit conversion from
NullaryCmd
to
Ensuring
[
NullaryCmd
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
NullaryCmd
Implicit information
This member is added by an implicit conversion from
NullaryCmd
to
Ensuring
[
NullaryCmd
] 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[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
formatted
(
fmtstr:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
NullaryCmd
to
StringFormat
[
NullaryCmd
] 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
showUsage
()
:
Result
Definition Classes
LoopCommand
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
Function1 → AnyRef → Any
def
usage
:
String
Definition Classes
LoopCommand
def
usageMsg
:
String
Definition Classes
LoopCommand
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
)
: (
NullaryCmd
,
B
)
Implicit information
This member is added by an implicit conversion from
NullaryCmd
to
ArrowAssoc
[
NullaryCmd
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Inherited from
LoopCommand
Inherited from (
String
) ⇒
Result
Inherited from
AnyRef
Inherited from
Any
Inherited by implicit conversion StringAdd from
NullaryCmd
to
StringAdd
[
NullaryCmd
]
Inherited by implicit conversion StringFormat from
NullaryCmd
to
StringFormat
[
NullaryCmd
]
Inherited by implicit conversion Ensuring from
NullaryCmd
to
Ensuring
[
NullaryCmd
]
Inherited by implicit conversion ArrowAssoc from
NullaryCmd
to
ArrowAssoc
[
NullaryCmd
]
Ungrouped