T - filter typepublic interface QueryFactory<F,R> extends com.google.common.base.Supplier<Query<F,R>>
Supplier.get() method can produce
different query objects if other mutating methods are called on the object in
between.Copyright © 2014. All Rights Reserved.