ch.elca.el4j.util.collections.helpers
Interface Function<D,R>

Type Parameters:
D - the function's domain
R - the function's range

public interface Function<D,R>

A function.

Author:
Adrian Moos (AMS)
File-location:
Function
Last check-in date:
2009-08-04 14:35:53 +0200 (Di, 04. Aug 2009) by swismer for revision 3875

Method Summary
 R apply(D d)
          returns this function's value at d.
 

Method Detail

apply

R apply(D d)
returns this function's value at d.

Parameters:
d - the function's argument
Returns:
the function's return type


Copyright © 2005-2011 ELCA. All Rights Reserved.