public abstract class BaseHavingSpec extends Object implements HavingSpec
ALWAYS, NEVER| Constructor and Description |
|---|
BaseHavingSpec() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRowSignature(Map<String,ValueType> rowSignature)
Informs this HavingSpec that rows passed to "eval" will have a certain signature.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevalgetCacheKeypublic void setRowSignature(Map<String,ValueType> rowSignature)
HavingSpecsetRowSignature in interface HavingSpecrowSignature - signature of the rowsCopyright © 2011–2017. All rights reserved.