Interface QueryItemPreprocessor<I extends QueryItem>
-
- Type Parameters:
I- Item class which is being pre processed.
- All Known Implementing Classes:
DaysToWorkingDaysReportPreProcessor
- 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 QueryItemPreprocessor<I extends QueryItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iapply(I item)
-