private static class ReferencingFactory.InitializedReferenceFactory<T> extends java.lang.Object implements java.util.function.Supplier<Ref<T>>
Modifier and Type | Field and Description |
---|---|
private T |
initialValue |
Constructor and Description |
---|
InitializedReferenceFactory(T initialValue) |
Modifier and Type | Method and Description |
---|---|
Ref<T> |
get() |