
com.elypia.elypiai.restutils.impl.IRestPaginator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common Show documentation
Show all versions of common Show documentation
Wrappers for many APIs available online from various services.
The newest version!
package com.elypia.elypiai.restutils.impl;
import java.io.IOException;
import java.util.List;
public interface IRestPaginator {
List next() throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy