Uses of Interface
no.digipost.util.bisect.Suggestion.Disposer
Packages that use Suggestion.Disposer
-
Uses of Suggestion.Disposer in no.digipost.util.bisect
Fields in no.digipost.util.bisect declared as Suggestion.DisposerModifier and TypeFieldDescriptionstatic final Suggestion.Disposer<AutoCloseable>Suggestion.Disposer.DISPOSE_BY_CLOSINGstatic final Suggestion.Disposer<Object>Suggestion.Disposer.NO_DISPOSINGMethods in no.digipost.util.bisect with parameters of type Suggestion.DisposerModifier and TypeMethodDescriptionstatic <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.