Returns an iterable of key-value pairs for each entry in the map. Each value is represented as an BatchContext corresponding to its key.
If the underlying instance at runtime is not a map, returns an empty iterator.
Returns an iterable of keys in the map.
If the underlying instance at runtime is not a map, returns an empty iterator.
Returns an iterable of values in the map. Each value is represented as a BatchContext.
If the underlying instance at runtime is not a map, returns an empty iterator.
Generated using TypeDoc
AnyBatchContextCollectionMethods defines all possible methods available on an BatchContext object for the underlying collection types.