jfun.yan
Interface LazyComponent<T>

All Superinterfaces:
java.io.Serializable, Typeful

public interface LazyComponent<T>
extends Typeful, java.io.Serializable

A lazily evaluated Component.

Codehaus.org.

Author:
Ben Yu

Method Summary
 Component<T> eval()
          Evaluate the Component object.
 
Methods inherited from interface jfun.yan.Typeful
getType
 

Method Detail

eval

Component<T> eval()
Evaluate the Component object.

Returns:
the Component object.