Interface CompareViewConverter<SOURCE,​TARGET>

    • Method Detail

      • convert

        TARGET convert​(SOURCE source)
        Converts source object to target type object
        Parameters:
        source - object to be converted
        Returns:
        converted object