Package me.hsgamer.topper.query.core
Class QueryManager<A>
java.lang.Object
me.hsgamer.topper.query.core.QueryManager<A>
- All Implemented Interfaces:
BiFunction<A,
,String, QueryResult> Query<A>
- Direct Known Subclasses:
TopQueryManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addQuery
(BiFunction<@Nullable A, @NotNull String, @NotNull QueryResult> queryFunction) @NotNull QueryResult
void
removeQuery
(BiFunction<@Nullable A, @NotNull String, @NotNull QueryResult> queryFunction) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.BiFunction
andThen
-
Constructor Details
-
QueryManager
public QueryManager()
-
-
Method Details
-
addQuery
-
removeQuery
-
apply
- Specified by:
apply
in interfaceBiFunction<A,
String, QueryResult> - Specified by:
apply
in interfaceQuery<A>
-