Interface PostProcessor<S extends Result,​T extends Result>

    • Method Detail

      • postProcess

        T postProcess​(S result)
      • getLabel

        default java.lang.String getLabel()
      • getInputClass

        java.lang.Class<S> getInputClass()
      • getOutputClass

        java.lang.Class<T> getOutputClass()
      • apply

        default T apply​(S s)
        Specified by:
        apply in interface java.util.function.Function<S extends Result,​T extends Result>