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

de.gesellix.docker.response.Reader Maven / Gradle / Ivy

The newest version!
package de.gesellix.docker.response;

import java.io.IOException;

public interface Reader {

  T readNext(Class type) throws IOException;

  boolean hasNext() throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy