Class SnapshotQuery<K,V,A>

java.lang.Object
me.hsgamer.topper.query.simple.SimpleQuery<A,SnapshotQuery.Context<K,V>>
me.hsgamer.topper.query.snapshot.SnapshotQuery<K,V,A>
All Implemented Interfaces:
BiFunction<A,String,QueryResult>, Query<A>

public abstract class SnapshotQuery<K,V,A> extends SimpleQuery<A,SnapshotQuery.Context<K,V>>