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