Interface ValueExecutorRegistry<K,V>

Type Parameters:
K - the registry key type
V - the registry value type
All Superinterfaces:
FunctionExecutorRegistry<K,V>, ValueRegistry<K,V>

public interface ValueExecutorRegistry<K,V> extends ValueRegistry<K,V>, FunctionExecutorRegistry<K,V>
A registry of captured values.
Author:
Paul Ferraro
  • Method Details

    • 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