Package no.digipost.util.bisect
Interface Suggestion.Disposer<T>
- Type Parameters:
T- the type of the suggested value which are to be disposed
- Enclosing class:
Suggestion<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A disposing operation for a dismissed value of a
Suggestion.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Suggestion.Disposer<AutoCloseable>static final Suggestion.Disposer<Object> -
Method Summary
-
Field Details
-
NO_DISPOSING
-
DISPOSE_BY_CLOSING
-
-
Method Details
-
dispose
- Throws:
Exception
-