Interface SingletonMap.NewInstanceFactory<V,E extends Exception>
- Type Parameters:
V
- The instance type.
- Enclosing class:
SingletonMap<K,
V, E extends Exception>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Create a new instance.
-
Method Summary
-
Method Details
-
newInstance
Create a new instance.- Returns:
- The new instance.
- Throws:
E
InterruptedException
-