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) |
static <T> Match<T> |
isEqual(Object targetRef) |
default Match<T> |
negate() |
static <T> Match<T> |
never() |
default Match<T> |
or(Match<T> other) |
boolean |
test(Context<T> c,
T t) |
Copyright © 2021 org.pitest. All rights reserved.