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

com.lithium.dbi.rdbi.HandleConsumer Maven / Gradle / Ivy

package com.lithium.dbi.rdbi;

/**
 * Given a RDBI handle, perform some work.
 */
public interface HandleConsumer {
    void accept(Handle handle);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy