static <T> ItemsVO<T>
of()
static <T, R> ItemsVO<T>
of(List<R> items, Function<R,T> function)
of(List<T> items)