| Package | Description |
|---|---|
| org.spockframework.util |
| Modifier and Type | Method and Description |
|---|---|
static <T> IMatcher<T> |
Matchers.and(IMatcher<? super T>... matchers) |
static <T> IMatcher<T> |
Matchers.not(IMatcher<T> matcher) |
static <T> IMatcher<T> |
Matchers.or(IMatcher<? super T>... matchers) |
| Modifier and Type | Method and Description |
|---|---|
static <T> IMatcher<T> |
Matchers.and(IMatcher<? super T>... matchers) |
static <T> Filter<T> |
Filter.create(IMatcher<T> matcher) |
static <T> IMatcher<T> |
Matchers.not(IMatcher<T> matcher) |
static <T> IMatcher<T> |
Matchers.or(IMatcher<? super T>... matchers) |
Copyright © 2013. All rights reserved