Interface MapFunction


  • public interface MapFunction
    Returns a new representation for the input value.
    • Method Detail

      • map

        java.lang.Object map​(java.lang.Object currentValue,
                             Configuration configuration)