Interface EntryTransformer<FK,​FV,​TK,​TV>

  • All Superinterfaces:
    Function<Map.Entry<FK,​FV>,​Pair<TK,​TV>>

    public interface EntryTransformer<FK,​FV,​TK,​TV>
    extends Function<Map.Entry<FK,​FV>,​Pair<TK,​TV>>
    Since:
    4.0
    Author:
    Nick Smith
    • Method Summary

      • Methods inherited from interface org.alfresco.util.collections.Function

        apply