Class ReduceWrapper<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      ReduceWrapper()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object apply​(java.lang.Object o, java.lang.Object o2)  
      • 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

      • ReduceWrapper

        public ReduceWrapper()
    • Method Detail

      • apply

        public java.lang.Object apply​(java.lang.Object o,
                                      java.lang.Object o2)
        Specified by:
        apply in interface java.util.function.BiFunction<T,​T,​T>