|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NullaryFunction | |
|---|---|
| org.glassfish.grizzly.attributes | |
| Uses of NullaryFunction in org.glassfish.grizzly.attributes |
|---|
| Methods in org.glassfish.grizzly.attributes with parameters of type NullaryFunction | ||
|---|---|---|
|
DefaultAttributeBuilder.createAttribute(java.lang.String name,
NullaryFunction<T> initializer)
Create Attribute with name and initializer, which will be called, if Attribute's value is null on a AttributedObject |
|
|
AttributeBuilder.createAttribute(java.lang.String name,
NullaryFunction<T> initializer)
Create Attribute with name and initializer, which will be called, if Attribute's value is null on a AttributedObject |
|
| Constructors in org.glassfish.grizzly.attributes with parameters of type NullaryFunction | |
|---|---|
Attribute(AttributeBuilder builder,
java.lang.String name,
int index,
NullaryFunction<T> initializer)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||