Interface Extractor<FROM,​TO>

    • Method Detail

      • extract

        TO extract​(FROM in)
        Extracts/Converts the given input to an object of the output type.
        Parameters:
        in - the input data
        Returns:
        the extracted/converted data