Interface 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:
2.2
Author:
Oleg Zhurakousky
See Also:
  • Method Details

    • generateSearchTerm

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