Uses of Interface
org.reactfx.TaskStream
Packages that use TaskStream
-
Uses of TaskStream in org.reactfx
Classes in org.reactfx that implement TaskStreamMethods in org.reactfx that return TaskStreamModifier and TypeMethodDescriptiondefault <U> TaskStream
<U> Similar toEventStream.map(Function)
, but the returned stream is aTaskStream
, which can be used to await the results of asynchronous computation.default <U> TaskStream
<U> EventStream.supplyTask
(Supplier<javafx.concurrent.Task<U>> f) Similar toEventStream.supply(Supplier)
, but the returned stream is aCompletionStageStream
, which can be used to await the results of asynchronous computation.