class IntArrayParam extends Param[Array[Int]]
- Alphabetic
- By Inheritance
- IntArrayParam
- Param
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
Value Members
-
def
->(value: Array[Int]): ParamPair[Array[Int]]
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: (Array[Int]) ⇒ Boolean
- Definition Classes
- Param
-
def
jsonDecode(json: String): Array[Int]
Decodes a param value from JSON.
Decodes a param value from JSON.
- Definition Classes
- IntArrayParam → Param
-
def
jsonEncode(value: Array[Int]): 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
- IntArrayParam → 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: List[Integer]): ParamPair[Array[Int]]
Creates a param pair with a
java.util.List
of values (for Java and Python). -
def
w(value: Array[Int]): ParamPair[Array[Int]]
Creates a param pair with the given value (for Java).
Creates a param pair with the given value (for Java).
- Definition Classes
- Param