public interface Named
String
name()
static XGettingCollection<String>
toNames(Iterable<? extends Named> items)
static <C extends Consumer<? super String>>C
toNames(Iterable<? extends Named> items, C collector)