org.dishevelled.functor
Interface Function<RV>

Type Parameters:
RV - return value type

public interface Function<RV>

Typed functor that takes no arguments and returns a value of type RV.

Version:
$Revision: 1059 $ $Date: 2012-01-03 14:03:02 -0600 (Tue, 03 Jan 2012) $
Author:
Michael Heuer

Method Summary
 RV evaluate()
          Evaluate this function with no arguments.
 

Method Detail

evaluate

RV evaluate()
Evaluate this function with no arguments.

Returns:
the result of this evaluation


Copyright (c) 2004-2012 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).