Package me.hsgamer.topper.query.core
Interface Query<A>
- All Superinterfaces:
BiFunction<@Nullable A,
@NotNull String, @NotNull QueryResult>
- All Known Implementing Classes:
HolderQuery
,QueryManager
,SimpleQuery
,SnapshotQuery
,TopQueryManager
-
Method Summary
Methods inherited from interface java.util.function.BiFunction
andThen
-
Method Details
-
apply
- Specified by:
apply
in interfaceBiFunction<@Nullable A,
@NotNull String, @NotNull QueryResult>
-