gnu.trove

Interface TObjectFunction

public interface TObjectFunction

Interface for functions that accept and return one Object reference. Created: Mon Nov 5 22:19:36 2001

Version: $Id: TObjectFunction.java,v 1.2 2001/11/10 22:30:28 ericdf Exp $

Author: Eric D. Friedman

Method Summary
Objectexecute(Object value)
Execute this function with value

Method Detail

execute

public Object execute(Object value)
Execute this function with value

Parameters: value an Object input

Returns: an Object result