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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
apply(F value)
Converts a value of type F to a result of type T.
-