public class StreamUtil extends Object
StreamUtil()
static <T,R> Collector<T,List<T>,List<R>>
toList(Function<List<T>,List<R>> finisher)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public StreamUtil()
public static <T,R> Collector<T,List<T>,List<R>> toList(Function<List<T>,List<R>> finisher)
Copyright © 2018. All rights reserved.