implicit class ProtectedParam[T] extends Param[T]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProtectedParam
- Param
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ProtectedParam(baseParam: Param[T])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
->(value: T): ParamPair[T]
- Definition Classes
- Param
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
doc: String
- Definition Classes
- Param
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
equals(obj: Any): Boolean
- Definition Classes
- Param → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
hashCode(): Int
- Definition Classes
- Param → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- var isProtected: Boolean
-
val
isValid: (T) ⇒ Boolean
- Definition Classes
- Param
-
def
jsonDecode(json: String): T
- Definition Classes
- ProtectedParam → Param
-
def
jsonEncode(value: T): String
- Definition Classes
- ProtectedParam → Param
-
val
name: String
- Definition Classes
- Param
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
parent: String
- Definition Classes
- Param
-
def
setProtected(): ProtectedParam.this.type
Sets this parameter to be protected, which means that it can only be set once.
Sets this parameter to be protected, which means that it can only be set once.
Default values do not count as a set value and can be overridden.
- returns
This object
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toParam: Param[T]
-
final
def
toString(): String
- Definition Classes
- Param → AnyRef → Any
-
def
w(value: T): ParamPair[T]
- Definition Classes
- Param
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()