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

org.yamcs.client.Page Maven / Gradle / Ivy

The newest version!
package org.yamcs.client;

import java.util.concurrent.CompletableFuture;

public interface Page extends Iterable {

    boolean hasNextPage();

    CompletableFuture> getNextPage();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy