Interface IDataStore.IDataStoreSupplier

Enclosing interface:
IDataStore<K,V>

public static interface IDataStore.IDataStoreSupplier
Like a Supplier for a IDataStore, but with the correct type parameters. Needed because Java does not have higher-kinded types, so we cannot use a generic Supplier.
  • Method Summary

    Modifier and Type
    Method
    Description
    <K,V> IDataStore<K,V>
     
  • Method Details