Class MapMerge

  • All Implemented Interfaces:
    java.util.function.BiFunction

    public class MapMerge
    extends java.lang.Object
    implements java.util.function.BiFunction
    Merge function for merging values in a map
    • Constructor Summary

      Constructors 
      Constructor Description
      MapMerge()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object apply​(java.lang.Object oldValue, java.lang.Object newValue)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.BiFunction

        andThen
    • Constructor Detail

      • MapMerge

        public MapMerge()
    • Method Detail

      • apply

        public java.lang.Object apply​(java.lang.Object oldValue,
                                      java.lang.Object newValue)
        Specified by:
        apply in interface java.util.function.BiFunction