| Constructor and Description |
|---|
MapCheckBuilder() |
MapCheckBuilder(Check<? super Map<K,V>> check) |
| Modifier and Type | Method and Description |
|---|---|
Result |
evaluate(Map<K,V> data,
ResultFactory factory)
Abstract method to delegate implementation of specific check logic to subclasses.
|
String |
toString() |
MapCheckBuilder<K,V> |
with(K key,
Check<? super V> check) |
MapCheckBuilder<K,V> |
with(K key,
V expectedValue) |
Copyright © 2021. All rights reserved.