Class Query<Value extends Storable>

java.lang.Object
com.codingchili.core.storage.Query<Value>
All Implemented Interfaces:
QueryBuilder<Value>

public class Query<Value extends Storable> extends Object implements QueryBuilder<Value>
Provides the ability to create a query without an existing storage.

Can be used to create reusable queries and string based/serializable queries.

If the query is to be executed the #must be set or an exception will be thrown.