Package xyz.cofe.data.table
Class DataTable.NullRowsDisabler
java.lang.Object
xyz.cofe.data.table.DataTable.NullRowsDisabler
- All Implemented Interfaces:
xyz.cofe.fn.Consumer3<java.lang.Integer,DataRow,DataRow>,xyz.cofe.fn.TripleConsumer<java.lang.Integer,DataRow,DataRow>
- Enclosing class:
- DataTable
public class DataTable.NullRowsDisabler extends java.lang.Object implements xyz.cofe.fn.TripleConsumer<java.lang.Integer,DataRow,DataRow>
Запрещает вставлять null ссылки в качестве строк
-
Constructor Summary
Constructors Constructor Description NullRowsDisabler() -
Method Summary
-
Constructor Details
-
NullRowsDisabler
public NullRowsDisabler()
-
-
Method Details