Uses of Interface
com.sun.grizzly.attributes.NullaryFunction

Packages that use NullaryFunction
com.sun.grizzly.attributes   
 

Uses of NullaryFunction in com.sun.grizzly.attributes
 

Methods in com.sun.grizzly.attributes with parameters of type NullaryFunction
<T> Attribute<T>
AttributeBuilder.createAttribute(String name, NullaryFunction<T> initializer)
          Create Attribute with name and initializer, which will be called, if Attribute's value is null on a AttributedObject
<T> Attribute<T>
DefaultAttributeBuilder.createAttribute(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 com.sun.grizzly.attributes with parameters of type NullaryFunction
Attribute(AttributeBuilder builder, String name, NullaryFunction<T> initializer)
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.