Interface ItemLabelGenerator<T>

    • Method Detail

      • apply

        String apply​(T item)
        Gets a caption for the item.
        Specified by:
        apply in interface Function<T,​String>
        Parameters:
        item - the item to get caption for
        Returns:
        the caption of the item, not null