Uses of Interface
org.glassfish.grizzly.attributes.NullaryFunction

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
<T> Attribute<T>
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
<T> Attribute<T>
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)
           
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.