Package org.linkki.test.matcher
Class StreamMatcher<T>
- All Implemented Interfaces:
org.hamcrest.Matcher<Stream<T>>,org.hamcrest.SelfDescribing
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> StreamMatcher<T> static <T> StreamMatcher<T> voiddescribeTo(org.hamcrest.Description description) protected booleanmatchesSafely(Stream<T> s) Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, describeMismatchSafely, matchesMethods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString