| Package | Description |
|---|---|
| org.linkki.test.matcher |
| Modifier and Type | Method and Description |
|---|---|
static <T> StreamMatcher<T> |
StreamMatcher.allMatch(Predicate<T> predicate) |
static <T> StreamMatcher<T> |
Matchers.allMatch(Predicate<T> predicate) |
static <T> StreamMatcher<T> |
StreamMatcher.anyMatch(Predicate<T> predicate) |
static <T> StreamMatcher<T> |
Matchers.anyMatch(Predicate<T> predicate) |
Copyright © 2018. All rights reserved.