Interface Converter<F,​T>

    • Method Detail

      • convert

        T convert​(F value)
        Convert the passed object to another object.
        Parameters:
        value - the object to convert
        Returns:
        the converted form of the passed object
        Throws:
        IllegalArgumentException - describes a conversion error
      • apply

        default T apply​(F value)
        Specified by:
        apply in interface Function<F,​T>