Interface ColumnDisposeHandle
-
- All Superinterfaces:
Handle
- All Known Implementing Classes:
ColumnDisposeHandlePlug
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ColumnDisposeHandle extends Handle
为了避免多个字段处理时多次循环问题提供的一次循环调用的类- Author:
- lb
- Date:
- 2024年3月18日
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Columndispose(Column column, Record record, int index)
-