Class StreamUtils.FromObject
- java.lang.Object
-
- de.codecentric.reedelk.runtime.api.commons.StreamUtils.FromObject
-
- Enclosing class:
- StreamUtils
public static class StreamUtils.FromObject extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> List<T>consume(org.reactivestreams.Publisher<T> stream)
-
-
-
Method Detail
-
consume
public static <T> List<T> consume(org.reactivestreams.Publisher<T> stream)
-
-