Class AbstractExtractor

    • Method Detail

      • extractEach

        public final <T> Either<Exception,​Birthmark<T>> extractEach​(Entry entry)
        Description copied from interface: Extractor
        extract the birhtmark from the given entry.
        Specified by:
        extractEach in interface Extractor
        Type Parameters:
        T - element type of the extracted birthmarks
        Parameters:
        entry - extracting source entry of DataSource
        Returns:
        extracted birthmark from the given entry or some extraction error