Class Asyncc.ReduceArg<T,V>

  • Enclosing class:
    Asyncc

    public static class Asyncc.ReduceArg<T,V>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      V curr  
      T prev  
    • Constructor Summary

      Constructors 
      Constructor Description
      ReduceArg​(T prev, V curr)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • prev

        public final T prev
      • curr

        public final V curr
    • Constructor Detail

      • ReduceArg

        public ReduceArg​(T prev,
                         V curr)