public interface Stream<T extends Stream>
boolean
isDone()
String
sid()
T
thenError(Consumer<Throwable> onError)
thenProgress(TriConsumer<Boolean,Integer,Integer> onProgress)
String sid()
boolean isDone()
T thenError(Consumer<Throwable> onError)
T thenProgress(TriConsumer<Boolean,Integer,Integer> onProgress)
onProgress
Copyright © 2024. All rights reserved.