Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AbstractChainedBatch<K, V>

Type parameters

  • K

  • V

Hierarchy

Indexable

[k: string]: any

Index

Properties

Methods

Properties

clear

clear: function

Type declaration

    • (): this
    • Returns this

del

del: function

Type declaration

    • (key: K): this
    • Parameters

      • key: K

      Returns this

put

put: function

Type declaration

    • (key: K, value: V): this
    • Parameters

      • key: K
      • value: V

      Returns this

Methods

write

  • Parameters

    Returns any

  • Parameters

    Returns any

Generated using TypeDoc