Interface Finder<S,​T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Collection<S> findFrom​(T context)  
      Finder<S,​T> with​(org.hamcrest.Matcher<S> textMatcher)  
      • Methods inherited from interface org.hamcrest.SelfDescribing

        describeTo
    • Method Detail

      • findFrom

        java.util.Collection<S> findFrom​(T context)
      • with

        Finder<S,​T> with​(org.hamcrest.Matcher<S> textMatcher)