public interface ValidatedValues
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getExplicitValue(Property<T> prop)
The value found and loaded for this value by a Loader.
|
<T> T |
getValue(Property<T> prop)
The effective value, similar to Property.getValue, but specifically for
the context of this ValueMap.
|
boolean |
isExplicitlySet(Property<?> prop)
Returns true if the Property's value was explicitly set to a non-null value
via one of the loaders.
|
<T> T getExplicitValue(Property<T> prop)
T - The return type of the Property.prop - The property to get the value for<T> T getValue(Property<T> prop)
T - The return type of the Property.prop - The property to get the value for.boolean isExplicitlySet(Property<?> prop)
prop - The property to checkCopyright © 2017. All rights reserved.