org.openanzo.util
Interface Function<F,T>

Type Parameters:
F - Type of object to run function upon
T - Type of object which function returns

public interface Function<F,T>

Function that is run on Type F and returns Type T

Author:
Lee Feigenbaum ( feigenbl@us.ibm.com )

Method Summary
 T f(F in)
          Run function on input object and convert it to output object
 

Method Detail

f

T f(F in)
Run function on input object and convert it to output object

Parameters:
in - input object
Returns:
output object


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.