Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CrdtSetImpl<T>

Type parameters

  • T

Hierarchy

Implements

Index

Constructors

constructor

Properties

key

key: ApbBoundObject

parent

Methods

add

  • add(elem: T): ApbUpdateOp
  • Creates an operation, which adds an element to the set. Use Connection.update to send the update to the database.

    Parameters

    • elem: T

    Returns ApbUpdateOp

addAll

  • addAll(elems: T[]): ApbUpdateOp

interpretReadResponse

  • interpretReadResponse(readResponse: ApbReadObjectResp): T[]

makeUpdate

  • makeUpdate(operation: ApbUpdateOperation): ApbUpdateOp

read

  • read(): Promise<T[]>

remove

  • remove(elem: T): ApbUpdateOp

removeAll

  • removeAll(elems: T[]): ApbUpdateOp

Generated using TypeDoc