public interface ProposalComputer
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.CompletableFuture<java.util.List<CompletionProposal>> |
compute()
compute the proposals
you may want to inject one ore more of the following to compute your proposals
EditingContext
Input
|
java.util.concurrent.CompletableFuture<java.util.List<CompletionProposal>> compute()
you may want to inject one ore more of the following to compute your proposals
EditingContext
Input