devutility.internal.util.StreamHelper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of devutility.internal Show documentation
Show all versions of devutility.internal Show documentation
Utilities for Java development
package devutility.internal.util;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import java.util.function.Function;
import java.util.function.Predicate;
public class StreamHelper {
// region distinct by key
public static Predicate distinctByKey(Function super T, Object> keyExtractor) {
Map
© 2015 - 2025 Weber Informatics LLC | Privacy Policy