Package org.cxbox.core.crudma
Interface MetaContainer<T extends MetaDTO>
-
- All Known Implementing Classes:
InterimResult,MetaDTO,SQLMetaDTO
public interface MetaContainer<T extends MetaDTO>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtransformMeta(UnaryOperator<T> function)
-
-
-
Method Detail
-
transformMeta
void transformMeta(UnaryOperator<T> function)
-
-