org.melati.util
Interface Function

Package class diagram package Function

public interface Function

A Function.


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

Method Detail

apply

Object apply(Object arg)
Apply to the argument.

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


Copyright © 2000-2010 PanEris. All Rights Reserved.