T - the value typepublic final class ProviderValue<T> extends Object implements Value<T>
Provider.| Constructor and Description |
|---|
ProviderValue(Provider<T> provider)
Create a new instance.
|
public T getValue() throws IllegalStateException
getValue in interface Value<T>IllegalStateException - if the value is time-sensitive and the current state does not allow retrieval.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.