Class StreamUtils
- java.lang.Object
-
- org.hibernate.internal.util.streams.StreamUtils
-
public class StreamUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description StreamUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> GenericArrayCollector<T>
toArray(Class<T> collectedType)
static StingArrayCollector
toStringArray()
-
-
-
Method Detail
-
toStringArray
public static StingArrayCollector toStringArray()
-
toArray
public static <T> GenericArrayCollector<T> toArray(Class<T> collectedType)
-
-