Uses of Interface
no.digipost.util.bisect.Suggestion.Disposer
-
Packages that use Suggestion.Disposer Package Description no.digipost.util.bisect -
-
Uses of Suggestion.Disposer in no.digipost.util.bisect
Fields in no.digipost.util.bisect declared as Suggestion.Disposer Modifier and Type Field Description static Suggestion.Disposer<AutoCloseable>Suggestion.Disposer. DISPOSE_BY_CLOSINGstatic Suggestion.Disposer<Object>Suggestion.Disposer. NO_DISPOSINGMethods in no.digipost.util.bisect with parameters of type Suggestion.Disposer Modifier and Type Method Description 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.
-