Class QueryManager<K,​V,​H extends DataHolder<K,​V>,​A>

    • Constructor Detail

      • QueryManager

        public QueryManager()
    • Method Detail

      • registerActorFunction

        protected void registerActorFunction​(String name,
                                             BiFunction<@NotNull A,​@NotNull H,​@Nullable String> function)
      • get

        @Nullable
        public @Nullable String get​(@Nullable
                                    A actor,
                                    String query)