Package graphql.util
Class IntraThreadMemoizedSupplier<T>
java.lang.Object
graphql.util.IntraThreadMemoizedSupplier<T>
- Type Parameters:
T
- for two
- All Implemented Interfaces:
Supplier<T>
This memoizing supplier does NOT use synchronised double locking to set its value
so on multiple threads it MAY call the delegate again to get a value.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary