Interface SearchTermStrategy

All Known Subinterfaces:
SearchTermStrategy
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SearchTermStrategy
Strategy to be used to generate a SearchTerm.
Since:
7.0
Author:
Oleg Zhurakousky, Artem Bilan
See Also:
  • Method Details

    • generateSearchTerm

      @Nullable SearchTerm generateSearchTerm(Flags supportedFlags, Folder folder)
      Generate an instance of the SearchTerm.
      Parameters:
      supportedFlags - The supported flags.
      folder - The folder.
      Returns:
      The search term.