Interface RightContextConvertor

    • Method Detail

      • convert

        Set<Objectconvert​(Object object)
        Converts the object.
        Parameters:
        object - The initial object
        Returns:
        The converted objects. A non-null set, that does not contains the initial object. So if you do not support the object to convert, you must return an empty set.