resolve abstract method

  1. @useResult
Parser<R> resolve()

Resolves this parser with another one of the same type.

Implementation

@useResult
Parser<R> resolve();