Package org.openrewrite.internal
Class StreamUtils
- java.lang.Object
-
- org.openrewrite.internal.StreamUtils
-
public class StreamUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StreamUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> java.util.function.Predicate<T>distinctBy(java.util.function.Function<? super T,?> keyFunc)
-