Package org.alfresco.util.collections
Interface Function<F,T>
- Type Parameters:
F
- From typeT
- To type
- All Known Subinterfaces:
EntryTransformer<FK,
,FV, TK, TV> Filter<F>
public interface Function<F,T>
- Since:
- 4.0
- Author:
- Nick Smith
-
Method Summary
-
Method Details
-
apply
Converts a value of type F to a result of type T.- Parameters:
value
- F- Returns:
- T
-