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; nevernull
key
- the key; nevernull
value
- the value; nevernull
- Throws:
Throwable
-