Skip to main content

ObservedString

ObservedString

Kind: global class

new ObservedString([value])

ParamType
[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

ParamType
valueString

observedString.copy(other)

Kind: instance method of ObservedString

ParamType
otherObservedString

observedString.equals(other) ⇒ boolean

Kind: instance method of ObservedString

ParamType
otherObservedString

observedString.getValue() ⇒ String

Kind: instance method of ObservedString

observedString.process(f)

Kind: instance method of ObservedString

ParamType
ffunction

observedString.toBinaryBuffer(buffer)

Kind: instance method of ObservedString

ParamType
bufferBinaryBuffer

observedString.fromBinaryBuffer(buffer)

Kind: instance method of ObservedString

ParamType
bufferBinaryBuffer