Package io.inugami.api.functionnals
Interface PostProcessing<T>
-
- 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 PostProcessing<T>
The PostProcessing<T> interface is designed to materialize a visitor pattern. In Inugami, it is used to manipulate data after it has been recovered.- Since:
- 17 déc. 2017
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpostProcessing(T context)
-
-
-
Method Detail
-
postProcessing
void postProcessing(T context) throws TechnicalException
- Throws:
TechnicalException
-
-