@FunctionalInterface public interface IsTableAligned extends Predicate<PhysicalTable>
Modifier and Type | Method and Description |
---|---|
boolean |
test(PhysicalTable table)
Test for alignment between a table and a criteria.
|
boolean test(PhysicalTable table)
test
in interface Predicate<PhysicalTable>
table
- The table whose alignment is under testCopyright © 2016–2018 Yahoo! Inc.. All rights reserved.