Interface GenericMatcher<R>

  • Type Parameters:
    R - the result type
    All Known Implementing Classes:
    ComputingMatcher

    public interface GenericMatcher<R>
    Tag interface for generic matchers, that is instances of ComputingMatcher. This interface abstracts away the element type as well as the intermediate matching type.