class LongParam extends Param[Long]
- Alphabetic
- By Inheritance
- LongParam
- Param
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new LongParam(parent: Identifiable, name: String, doc: String)
- new LongParam(parent: Identifiable, name: String, doc: String, isValid: (Long) ⇒ Boolean)
- new LongParam(parent: String, name: String, doc: String)
- new LongParam(parent: String, name: String, doc: String, isValid: (Long) ⇒ Boolean)
Value Members
-
def
->(value: Long): ParamPair[Long]
Creates a param pair with the given value (for Scala).
Creates a param pair with the given value (for Scala).
- Definition Classes
- Param
-
val
doc: String
- Definition Classes
- Param
-
final
def
equals(obj: Any): Boolean
- Definition Classes
- Param → AnyRef → Any
-
final
def
hashCode(): Int
- Definition Classes
- Param → AnyRef → Any
-
val
isValid: (Long) ⇒ Boolean
- Definition Classes
- Param
-
def
jsonDecode(json: String): Long
Decodes a param value from JSON.
-
def
jsonEncode(value: Long): String
Encodes a param value into JSON, which can be decoded by
jsonDecode()
. -
val
name: String
- Definition Classes
- Param
-
val
parent: String
- Definition Classes
- Param
-
final
def
toString(): String
- Definition Classes
- Param → AnyRef → Any
-
def
w(value: Long): ParamPair[Long]
Creates a param pair with the given value (for Java).