Package org.terracotta.utilities.test.io
Class WindowsSpecialFolder.LazyProperty<T>
java.lang.Object
org.terracotta.utilities.test.io.WindowsSpecialFolder.LazyProperty<T>
- Type Parameters:
T- the value type
- Enclosing class:
- WindowsSpecialFolder
A derived on first reference value holder.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AtomicReference<T>private final WindowsSpecialFolder.LazyProperty.ThrowingSupplier<T> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate -
Method Summary
-
Field Details
-
reference
-
supplier
-
-
Constructor Details
-
LazyProperty
-
-
Method Details
-
lazily
public static <T> WindowsSpecialFolder.LazyProperty<T> lazily(WindowsSpecialFolder.LazyProperty.ThrowingSupplier<T> from) -
get
- Throws:
IOException
-