T - Type to match@FunctionalInterface public interface Match<T>
| Modifier and Type | Method and Description |
|---|---|
static <T> Match<T> |
always() |
default Match<T> |
and(Match<T> other) |
default Predicate<T> |
asPredicate()
Convert to plain predicate with no context
|
static <T> Match<T> |
isEqual(Object targetRef) |
default Match<T> |
negate() |
static <T> Match<T> |
never() |
default Match<T> |
or(Match<T> other) |
Result |
test(Context c,
T t) |
Copyright © 2022 org.pitest. All rights reserved.