Uses of Class
no.digipost.util.bisect.Suggestion
-
Packages that use Suggestion Package Description no.digipost.util.bisect -
-
Uses of Suggestion in no.digipost.util.bisect
Methods in no.digipost.util.bisect that return Suggestion Modifier and Type Method Description static <T> Suggestion<T>Suggestion. of(T value)Create a suggestion of a value.static <T extends AutoCloseable>
Suggestion<T>Suggestion. of(T value)Create a suggestion of anAutoCloseableobject, which, if dismissed, will be disposed by having itsclose methodinvoked.static <T> Suggestion<T>Suggestion. of(T value, Suggestion.Disposer<? super T> dismissedSuggestionDisposer)Create a suggestion of an object, with a custom operation fordisposingif the suggestion is dismissed.Suggestion<? extends T>Suggester. suggest(int point)Generate aSuggestion.
-