Class StreamUtils
java.lang.Object
org.sentrysoftware.metricshub.engine.common.helpers.StreamUtils
Utility class for working with streams.
-
Method Summary
-
Method Details
-
reverse
- Type Parameters:
T- The type of elements in the stream.- Parameters:
stream- The input stream.- Returns:
- Reversed
Stream.
-