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