T - the value typepublic final class ImmediateValue<T> extends java.lang.Object implements Value<T>
| Constructor and Description |
|---|
ImmediateValue(T value)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getValue()
Get the actual value.
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.