Package com.epam.ta.reportportal.commons
Class MoreCollectors
- java.lang.Object
-
- com.epam.ta.reportportal.commons.MoreCollectors
-
public final class MoreCollectors extends java.lang.ObjectCustom collectors for collections streaming.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T,K,U>
java.util.stream.Collector<T,?,java.util.Map<K,U>>toLinkedMap(java.util.function.Function<? super T,? extends K> keyMapper, java.util.function.Function<? super T,? extends U> valueMapper)
-