ObservedString
ObservedString
Kind: global class
- ObservedString
- new ObservedString([value])
- .isObservedString :
boolean
- .valueOf() ⇒
String
- .toString() ⇒
String
- .set(value) ⇒
ObservedString
- .copy(other)
- .equals(other) ⇒
boolean
- .getValue() ⇒
String
- .process(f)
- .toBinaryBuffer(buffer)
- .fromBinaryBuffer(buffer)
new ObservedString([value])
Param | Type |
---|---|
[value] | string |
observedString.isObservedString : boolean
Used for optimized "instanceof" check
Kind: instance property of ObservedString
Read only: true
observedString.valueOf() ⇒ String
Kind: instance method of ObservedString
observedString.toString() ⇒ String
Kind: instance method of ObservedString
observedString.set(value) ⇒ ObservedString
Kind: instance method of ObservedString
Param | Type |
---|---|
value | String |
observedString.copy(other)
Kind: instance method of ObservedString
Param | Type |
---|---|
other | ObservedString |
observedString.equals(other) ⇒ boolean
Kind: instance method of ObservedString
Param | Type |
---|---|
other | ObservedString |
observedString.getValue() ⇒ String
Kind: instance method of ObservedString
observedString.process(f)
Kind: instance method of ObservedString
Param | Type |
---|---|
f | function |
observedString.toBinaryBuffer(buffer)
Kind: instance method of ObservedString
Param | Type |
---|---|
buffer | BinaryBuffer |
observedString.fromBinaryBuffer(buffer)
Kind: instance method of ObservedString
Param | Type |
---|---|
buffer | BinaryBuffer |