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

com.evrythng.commons.pagination.Page Maven / Gradle / Ivy

There is a newer version: 1.33
Show newest version
/*
 * (c) Copyright 2016 EVRYTHNG Ltd London / Zurich
 * www.evrythng.com
 */

package com.evrythng.commons.pagination;

import com.evrythng.commons.domain.Size;
import org.pcollections.PVector;

public interface Page {

	PVector elements();

	QUERY query();

	Size size();

	boolean hasNext();

	TOKEN token();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy