Package me.hsgamer.topper.query.holder
Class HolderQuery<K,V,H extends me.hsgamer.topper.data.core.DataHolder<K,V>,A>
java.lang.Object
me.hsgamer.topper.query.simple.SimpleQuery<A,HolderQuery.Context<K,V,H>>
me.hsgamer.topper.query.holder.HolderQuery<K,V,H,A>
- All Implemented Interfaces:
BiFunction<A,,String, me.hsgamer.topper.query.core.QueryResult> me.hsgamer.topper.query.core.Query<A>
public abstract class HolderQuery<K,V,H extends me.hsgamer.topper.data.core.DataHolder<K,V>,A>
extends me.hsgamer.topper.query.simple.SimpleQuery<A,HolderQuery.Context<K,V,H>>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Optional<HolderQuery.Context<K, V, H>> getContext(@NotNull String query) getDisplay(H holder) protected booleanMethods inherited from class me.hsgamer.topper.query.simple.SimpleQuery
apply, registerAction, registerActorActionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen
-
Constructor Details
-
HolderQuery
protected HolderQuery()
-
-
Method Details