getRegistered

fun getRegistered(): ImmutableMap<K, V>

Return

An ImmutableMap of all the currently registered entries.


fun getRegistered(descriptor: K): Option<V>

Attempts to get the value with the given descriptor.

Return

An Option containing the value if it is registered, or None if it was not.

Parameters

descriptor

The descriptor to get the value with.