Package org.assertj.db.navigation.origin
Interface OriginWithColumnsAndRows<C extends ColumnElement,R extends RowElement>
- Type Parameters:
C- The class of a element of navigation on column (an sub-class ofColumnElement).R- The class of a element of navigation on a row (an sub-class ofRowElement).
- All Superinterfaces:
Navigation,Origin,ToColumn<C>,ToRow<R>
- All Known Implementing Classes:
AbstractColumnAssert,AbstractColumnOutputter,AbstractDbAssert,AbstractDbOutputter,AbstractRowAssert,AbstractRowOutputter,AbstractSubAssert,AbstractSubOutputter,RequestAssert,RequestColumnAssert,RequestColumnOutputter,RequestOutputter,RequestRowAssert,RequestRowOutputter,TableAssert,TableColumnAssert,TableColumnOutputter,TableOutputter,TableRowAssert,TableRowOutputter
public interface OriginWithColumnsAndRows<C extends ColumnElement,R extends RowElement>
extends Origin, ToColumn<C>, ToRow<R>
- Author:
- Régis Pouiller
-
Method Summary