public interface TxnSearch
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Txn txn) |
boolean |
matchesAll() |
boolean matches(Txn txn)
txn - The transaction to test.true if and only if the given transaction matches
the current search criteria.boolean matchesAll()