public static interface ContainsOnlyElementsThat.Streams
| Modifier and Type | Method and Description |
|---|---|
static <T> org.hamcrest.Matcher<Stream<T>> |
containsOnlyElementsThat(org.hamcrest.Matcher<T> matcher,
org.hamcrest.Matcher<T>... otherMatchers) |
@SafeVarargs @Nonnull static <T> org.hamcrest.Matcher<Stream<T>> containsOnlyElementsThat(@Nonnull org.hamcrest.Matcher<T> matcher, @Nullable org.hamcrest.Matcher<T>... otherMatchers)
Copyright © 2017 echocat. All rights reserved.