public class StreamUtils
extends java.lang.Object
| Constructor and Description |
|---|
StreamUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> java.util.stream.Stream<T> |
ofType(java.lang.Class<T> type,
java.util.stream.Stream<? super T> stream)
Filter by the requested type and cast the remaining items.
|