Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MapOf<Z, K, V>

Map of iterable and callback.

Type parameters

  • Z

  • K

  • V

Hierarchy

  • MapOf

Implements

  • any

Index

Constructors

Methods

Constructors

constructor

  • Ctor.

    Parameters

    • entries: Iterable<Z>

      Items.

    • getEntry: FunctionLike<Z, [K, V]>

      Function or standard JavaScript function to get key value entry.

    Returns MapOf

Methods

isScalar

  • isScalar(): true

value

  • value(): Map<K, V>

Generated using TypeDoc