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