Module org.junit.platform.engine
Interface NamespacedHierarchicalStore.CloseAction<N>
- Enclosing class:
- NamespacedHierarchicalStore<N>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Called for each successfully stored non-null value in the store when a
NamespacedHierarchicalStore is
closed.-
Method Summary
-
Method Details
-
close
Close the suppliedvalue.- Parameters:
namespace- the namespace; nevernullkey- the key; nevernullvalue- the value; nevernull- Throws:
Throwable
-