org.alfresco.util.collections
Interface Function

All Known Subinterfaces:
EntryTransformer, Filter

public interface Function

Since:
4.0

Method Summary
 java.lang.Object apply(java.lang.Object value)
          Converts a value of type F to a result of type T.
 

Method Detail

apply

java.lang.Object apply(java.lang.Object value)
Converts a value of type F to a result of type T.

Parameters:
value -
Returns:


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.