T
- value type.public interface Value<T> extends Supplier<T>
Modifier and Type | Method and Description |
---|---|
T |
get()
Get the stored value.
|
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.