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

de.ppi.selenium.logevent.api.ClosableIterable Maven / Gradle / Ivy

There is a newer version: 0.12
Show newest version
package de.ppi.selenium.logevent.api;

/**
 * Iterable which must to be closeable, because at the end a ResultSet and
 * Connection must be close..
 * 
 * @param  the Type of Iterable.
 */
public interface ClosableIterable extends Iterable, AutoCloseable {
    // Collect 2 Interfaces.
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy