IncrementalSourceFormatter

Formats items from an IncrementalSource into text for processing.

Parameters

T

The type of items to format

Inheritors

Functions

Link copied to clipboard
abstract fun format(items: List<T>): String

Format a list of items into text suitable for proposition extraction.