scan abstract method

Iterable<LinkSpan> scan(
  1. String lineText
)

Synchronous candidate detection over one rendered line's text.

Implementation

Iterable<LinkSpan> scan(String lineText);