NullaryFunction
public interface NullaryFunction<T>
Attribute
initializer.
Is used by Attribute.get(AttributeHolder)
, if there is no attribute
value stored in AttributeHolder
, or attribute value is null.Attribute
,
AttributeHolder
Modifier and Type | Method and Description |
---|---|
T |
evaluate()
Deprecated.
Initializes and returns the value.
|
T evaluate()
Copyright © 2015 Oracle Corporation. All rights reserved.