Interface Query<A>

All Superinterfaces:
BiFunction<@Nullable A,@NotNull String,@NotNull QueryResult>
All Known Implementing Classes:
HolderQuery, QueryManager, SimpleQuery, SnapshotQuery, TopQueryManager

public interface Query<A> extends BiFunction<@Nullable A,@NotNull String,@NotNull QueryResult>
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull QueryResult
    apply(A actor, @NotNull String query)
     

    Methods inherited from interface java.util.function.BiFunction

    andThen