Interface IMatcherCapability

  • All Known Implementing Classes:
    IncrementalMatcherCapability, LocalSearchHints

    public interface IMatcherCapability
    Implementations of this interface can be used to decide whether a matcher created by an arbitrary backend can potentially be used as a substitute for another matcher.
    Since:
    1.4
    • Method Detail

      • canBeSubstitute

        boolean canBeSubstitute​(IMatcherCapability capability)
        Returns true if matchers of this capability can be used as a substitute for a matcher implementing the given capability