Interface MappedPool.MappedPoolProvider<K,​V,​E extends Exception>

  • Type Parameters:
    K - key
    V - value type to be pooled
    E - exception that can be throw, must extend Exception
    Enclosing class:
    MappedPool<K,​V,​E extends Exception>

    public static interface MappedPool.MappedPoolProvider<K,​V,​E extends Exception>
    Function with Exceptions to provide the pool.