Interface DiscoverableItem

    • Method Detail

      • from

        static DiscoverableItem from​(Item item,
                                     String id)
        Creates an anonymous instance of this interface from an Item and a result item id.
        Parameters:
        item - The item.
        id - The id, which identifies the item.
        Returns:
        A discoverable item.
        Throws:
        NullPointerException - If item or id is null.