Interface ValueExecutorRegistry<K,​V>

    • Method Detail

      • newInstance

        static <K,​V> ValueExecutorRegistry<K,​V> newInstance()
        Creates a new registry of values.
        Type Parameters:
        K - the registry key type
        V - the registry value type
        Returns:
        a new registry instance