Interface CollectionUtils.ValueTransformer<K,L,V,W,X extends Exception>

Enclosing class:
CollectionUtils

public static interface CollectionUtils.ValueTransformer<K,L,V,W,X extends Exception>
  • Method Summary

    Modifier and Type
    Method
    Description
    transform(K oldKey, L newKey, V oldValue)
     
  • Method Details

    • transform

      W transform(K oldKey, L newKey, V oldValue) throws X
      Throws:
      X extends Exception