Interface CompletableFutureExecutionFlow<T>

Type Parameters:
T - The value type
All Superinterfaces:
ExecutionFlow<T>

@Internal public interface CompletableFutureExecutionFlow<T> extends ExecutionFlow<T>
The completable future execution flow.
Since:
4.0.0
Author:
Denis Stepnov
  • Method Details

    • just

      @NonNull static <K> ExecutionFlow<K> just(@NonNull CompletableFuture<K> value)
      Create a completable future flow representing a value.
      Type Parameters:
      K - The value type
      Parameters:
      value - The value
      Returns:
      a new flow