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

us.monoid.web.PathQuery Maven / Gradle / Ivy

The newest version!
package us.monoid.web;

/** 
 * Simple abstraction for queries into complex datastructures.
 * Not really needed, but I like playing around with generics. :)
 * 
 * @author beders
 *
 * @param  the resource to operate on
 */

public abstract class PathQuery {
	abstract S eval(T resource) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy