class LongParam extends Param[Long]
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
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def ->(value: Long): ParamPair[Long]
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- val doc: String
- final def eq(arg0: AnyRef): Boolean
- final def equals(obj: Any): Boolean
- final def getClass(): Class[_ <: AnyRef]
- final def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- val isValid: (Long) => Boolean
- def jsonDecode(json: String): Long
- def jsonEncode(value: Long): String
- val name: String
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- val parent: String
- final def synchronized[T0](arg0: => T0): T0
- final def toString(): String
- def w(value: Long): ParamPair[Long]
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Deprecated Value Members
- def finalize(): Unit
Inherited from Param[Long]
Value Members
- def ->(value: Long): ParamPair[Long]
- val doc: String
- final def equals(obj: Any): Boolean
- final def hashCode(): Int
- val isValid: (Long) => Boolean
- val name: String
- val parent: String
- final def toString(): String
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def ->(value: Long): ParamPair[Long]
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- val doc: String
- final def eq(arg0: AnyRef): Boolean
- final def equals(obj: Any): Boolean
- final def getClass(): Class[_ <: AnyRef]
- final def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- val isValid: (Long) => Boolean
- def jsonDecode(json: String): Long
- def jsonEncode(value: Long): String
- val name: String
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- val parent: String
- final def synchronized[T0](arg0: => T0): T0
- final def toString(): String
- def w(value: Long): ParamPair[Long]
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit