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
Modifier and TypeMethodDescriptionvoid
Close the suppliedvalue
.static <N> NamespacedHierarchicalStore.CloseAction
<N>
-
Method Details
-
closeAutoCloseables
@API(status=EXPERIMENTAL, since="1.13") static <N> NamespacedHierarchicalStore.CloseAction<N> closeAutoCloseables() -
close
Close the suppliedvalue
.- Parameters:
namespace
- the namespace; nevernull
key
- the key; nevernull
value
- the value; nevernull
- Throws:
Throwable
-