Uses of Class
ai.vectros.core.Stream
Packages that use Stream
-
Uses of Stream in ai.vectros.core
Methods in ai.vectros.core that return StreamModifier and TypeMethodDescriptionstatic <T> Stream<T> static <T> Stream<T> static <T> Stream<T> static <T> Stream<T> static <T> Stream<T> Stream.fromSseWithEventDiscrimination(Class<T> valueType, Reader sseReader, String discriminatorProperty) Creates a stream from SSE data with event-level discrimination support.static <T> Stream<T> Stream.fromSseWithEventDiscrimination(Class<T> valueType, Reader sseReader, String discriminatorProperty, String streamTerminator) Creates a stream from SSE data with event-level discrimination support and a stream terminator.