Interface StringDataExtractor.ExtractorDirective

    • Method Detail

      • extract

        Set<String> extract​(String source)
        Extracts the data according to the directive. All returned data are unique, so the result container contains no value doubloon.
        Parameters:
        source - the string source.
        Returns:
        the extracted unique data.