public abstract class ExpectValuedPredicate<V> extends SupplierPredicate<V>
| 构造器和说明 |
|---|
ExpectValuedPredicate() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract boolean |
doTest(V actualValue) |
V |
getExpectedValue() |
void |
setExpectedValue(V expectedValue) |
testCopyright © 2021. All rights reserved.