Interface CompletionMapper
-
Method Summary
Modifier and TypeMethodDescriptionmap(@NonNull TooltipSuggestion suggestion) Maps the givensuggestioninto a PaperAsyncTabCompleteEvent.Completion.
-
Method Details
-
map
Maps the givensuggestioninto a PaperAsyncTabCompleteEvent.Completion.- Parameters:
suggestion- the suggestion- Returns:
- the mapped completion
-