Interface Converter<S,​T>

    • Method Detail

      • convert

        T convert​(S source)
        Uses the source S object and produces an new instance of T.
        Parameters:
        source - the input to be converted.
        Returns:
        an instance of T, converted from the input source.