Class ExtensionValuesStore.MemoizingSupplier
- java.lang.Object
-
- org.junit.jupiter.engine.execution.ExtensionValuesStore.MemoizingSupplier
-
- All Implemented Interfaces:
java.util.function.Supplier<java.lang.Object>
- Enclosing class:
- ExtensionValuesStore
private static class ExtensionValuesStore.MemoizingSupplier extends java.lang.Object implements java.util.function.Supplier<java.lang.Object>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classExtensionValuesStore.MemoizingSupplier.Failure
-
Field Summary
Fields Modifier and Type Field Description private java.util.function.Supplier<java.lang.Object>delegateprivate java.util.concurrent.locks.Locklockprivate static java.lang.ObjectNO_VALUE_SETprivate java.lang.Objectvalue
-
Constructor Summary
Constructors Modifier Constructor Description privateMemoizingSupplier(java.util.function.Supplier<java.lang.Object> delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidcomputeValue()java.lang.Objectget()
-