Interface BiMapper<F,​T>

    • Method Detail

      • reverse

        F reverse​(T input)
        Maps the to type to the from type. Null references must be handled by the mapping implementation.
        Parameters:
        input - to object.
        Returns:
        from object.