All Downloads are FREE. Search and download functionalities are using the official Maven repository.

se.ugli.java.util.Pool Maven / Gradle / Ivy

There is a newer version: 1.8.2.4
Show newest version
package se.ugli.java.util;

import java.io.Closeable;
import java.util.function.Consumer;

public interface Pool extends Closeable {

    void borrow(Consumer borrower);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy