Interface Inflector<DATA,​RESULT>

    • Method Detail

      • apply

        RESULT apply​(DATA data)
        Transform data of a given type into a result of the different type.
        Parameters:
        data - data to be transformed into a result.
        Returns:
        data transformation result. Return value must not be null.