org.jutil.function
Interface UnaryFunction

All Superinterfaces:
java.io.Serializable

public interface UnaryFunction
extends java.io.Serializable

This is the UnaryFunction Function class.


Method Summary
 java.lang.Object execute(java.lang.Object obj)
           
 

Method Detail

execute

java.lang.Object execute(java.lang.Object obj)