org.melati.util
Interface Function


public interface Function

A Function.


Method Summary
 java.lang.Object apply(java.lang.Object arg)
          Apply to the argument.
 

Method Detail

apply

java.lang.Object apply(java.lang.Object arg)
Apply to the argument.

Parameters:
arg - the Object to act upon
Returns:
the acted upon Object


Copyright © 2000-2008 PanEris. All Rights Reserved.