object
ArgumentValue
Type Members
-
final
case class
Boolean(value: scala.Boolean) extends ArgumentValue with Product with Serializable
-
-
final
case class
Float(value: scala.Float) extends ArgumentValue with Product with Serializable
-
final
case class
Int(value: scala.Int) extends ArgumentValue with Product with Serializable
-
final
case class
String(value: java.lang.String) extends ArgumentValue with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): scala.Boolean
-
final
def
##(): scala.Int
-
final
def
==(arg0: Any): scala.Boolean
-
object
Inf extends ArgumentValue with Product with Serializable
-
object
Nyquist extends ArgumentValue with Product with Serializable
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): scala.Boolean
-
def
equals(arg0: Any): scala.Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): scala.Int
-
final
def
isInstanceOf[T0]: scala.Boolean
-
final
def
ne(arg0: AnyRef): scala.Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): java.lang.String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: scala.Int): Unit
-
final
def
wait(arg0: Long): Unit