Class ListConverterCollection

    • Constructor Detail

      • ListConverterCollection

        public ListConverterCollection()
    • Method Detail

      • convert

        public static <T,​U> List<U> convert​(Function<T,​U> elementConverter,
                                                  List<T> t)
        Parameters:
        t - the input List
        Returns:
        a List whose elements have been converted