Module me.linusdev.data
Package de.linusdev.data.functions
Interface ValueFactory<K,V,E extends Exception>
- Type Parameters:
E- Exception that can be thrownV- value classK- key class
public interface ValueFactory<K,V,E extends Exception>
-
Method Summary
-
Method Details
-
create
- Parameters:
key- the key of the entry, the factory is for- Returns:
ValueFactory- Throws:
E- factoryValueFactory
-