References
summary | ||
public |
F * constant(keys: Iterable, value: any): IterableIterator Creates a mapping from a sequences of keys and a single value. |
|
public |
Instantiate a mapping from a map. |
|
public |
F fromObject(object: Object): IterableIterator Instantiate a mapping from an object. |
|
public |
F * inverse(mapping: Iterable): IterableIterator Inverse a mapping. |
|
public |
Instantiate a map from a mapping. |
|
public |
Instantiate an object from a mapping. |