Interface ResultInjector<R,​T>

  • Type Parameters:
    R - result to inject (e.g.: OF-API match)
    T - target of injection

    public interface ResultInjector<R,​T>
    Injecting match object into chosen target.
    • Method Detail

      • inject

        void inject​(R result,
                    T target)
        Inject result into target.
        Parameters:
        result - result
        target - target