@FunctionalInterface public static interface Async.CFFactory<T,U>
Modifier and Type | Method and Description |
---|---|
CompletableFuture<U> |
apply(T input,
int index,
List<U> previousResults) |
CompletableFuture<U> apply(T input, int index, List<U> previousResults)
Copyright © 2019. All rights reserved.