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

co.streamx.fluent.extree.QueryableFactory Maven / Gradle / Ivy

The newest version!
package co.streamx.fluent.extree;

import co.streamx.fluent.extree.expression.*;

/*public*/ interface QueryableFactory {
	 Queryable createQueryable(Class type, Expression e);
}