Uses of Interface
org.reactfx.CompletionStageStream
Packages that use CompletionStageStream
-
Uses of CompletionStageStream in org.reactfx
Classes in org.reactfx that implement CompletionStageStreamMethods in org.reactfx that return CompletionStageStreamModifier and TypeMethodDescriptiondefault <U> CompletionStageStream<U> EventStream.mapToCompletionStage(Function<? super T, CompletionStage<U>> f) Similar toEventStream.map(Function), but the returned stream is aCompletionStageStream, which can be used to await the results of asynchronous computation.default <U> CompletionStageStream<U> EventStream.supplyCompletionStage(Supplier<CompletionStage<U>> f) Similar toEventStream.supply(Supplier), but the returned stream is aCompletionStageStream, which can be used to await the results of asynchronous computation.