Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • V

Hierarchy

Index

Constructors

constructor

Methods

cast_

  • cast_(value: unknown): V | null

compareAndSet_

  • compareAndSet_(expected: V | null, update: V | null, forcibly: boolean): boolean

compareTo_

  • compareTo_(other: V | null): number

containsAll_

  • containsAll_(values: ArrayLike<unknown>, comparator: Comparator, thisArg: unknown): boolean

contains_

  • contains_(value: unknown, comparator: Comparator, thisArg: unknown): boolean

each_

  • each_(iteratee: Iteratee<any, any, any>, thisArg: unknown, reverse: boolean): void

equals_

  • equals_(value: V | null): boolean

find_

  • find_(predicate: Iteratee<any, any, any>, thisArg: unknown, reverse: boolean): unknown

forceInitilized_

  • forceInitilized_(): void

forceRevision_

  • forceRevision_(revision: number): void

forceToUpdate_

  • forceToUpdate_(value: V | null): void

forceValue_

  • forceValue_(value: V | null): void

forcibly_

  • forcibly_(): void

fromJson_

  • fromJson_(json: unknown): void

fromString_

  • fromString_(str: string): void

Protected getAndSet_

  • getAndSet_(newValue: V | null, forcibly: boolean, update: boolean): V | null

getAuthorizedRevision_

  • getAuthorizedRevision_(): number

getName_

  • getName_(): string

getRevision_

  • getRevision_(): number

getSentRevision_

  • getSentRevision_(): number

getSentSenderId_

  • getSentSenderId_(): number

getType_

getWrapper_

get_

  • get_(): V | null

indexOf_

  • indexOf_(value: unknown, comparator: Comparator, thisArg: unknown): number

initialize_

  • initialize_(): void

isEmpty_

  • isEmpty_(): boolean

isEventStopped_

  • isEventStopped_(): boolean

isInitialized_

  • isInitialized_(): boolean

isLocal_

  • isLocal_(): boolean

isLocked_

  • isLocked_(): boolean

isNonNull_

  • isNonNull_(): boolean

isNotNull_

  • isNotNull_(): boolean

isNull_

  • isNull_(): boolean

isReadOnly_

  • isReadOnly_(): boolean

lastIndexOf_

  • lastIndexOf_(value: unknown, comparator: Comparator, thisArg: unknown): number

lock_

  • lock_(): void

pack_

pushEvent_

  • pushEvent_(name: string, args: unknown[]): void

resetAuthorizedRevision_

  • resetAuthorizedRevision_(): void

resetSentSenderId_

  • resetSentSenderId_(): void

reset_

  • reset_(): V | null

setAuthorizedRevision_

  • setAuthorizedRevision_(authorizedRevision: number): void

setSentSenderId_

  • setSentSenderId_(senderId: number): void

set_

  • set_(value: V | null, forcibly: boolean): V | null

size_

  • size_(): number

startEvent_

  • startEvent_(): this

stopEvent_

  • stopEvent_(): this

toDirty_

  • toDirty_(): void

toJson_

  • toJson_(): unknown

toString_

  • toString_(): string

triggerEvents_

uninitialize_

  • uninitialize_(): void

unlock_

  • unlock_(): void

unpack_

  • unpack_(origin: unknown, value: unknown, revision: number): void

Generated using TypeDoc