IParseResultProcessor

public interface IParseResultProcessor<I extends IInputUnit, P extends IParseUnit> extends IParseResultRequester<I, P>, IParseResultUpdater<P>

Typedef interface for combining IParseResultRequester and IParseResultUpdater.