Uses of Class
me.hsgamer.topper.query.core.QueryResult
Packages that use QueryResult
Package
Description
-
Uses of QueryResult in me.hsgamer.topper.query.core
Methods in me.hsgamer.topper.query.core that return QueryResultModifier and TypeMethodDescription@NotNull QueryResult
@NotNull QueryResult
static QueryResult
static QueryResult
QueryResult.notHandled()
Method parameters in me.hsgamer.topper.query.core with type arguments of type QueryResultModifier and TypeMethodDescriptionvoid
QueryManager.addQuery
(BiFunction<@Nullable A, @NotNull String, @NotNull QueryResult> queryFunction) void
QueryManager.removeQuery
(BiFunction<@Nullable A, @NotNull String, @NotNull QueryResult> queryFunction) -
Uses of QueryResult in me.hsgamer.topper.query.forward
Methods in me.hsgamer.topper.query.forward that return types with arguments of type QueryResultModifier and TypeMethodDescriptionBiFunction
<@Nullable A, @NotNull String, @NotNull QueryResult> QueryForwardContext.getQuery()
-
Uses of QueryResult in me.hsgamer.topper.query.simple
Methods in me.hsgamer.topper.query.simple that return QueryResult