Class Summary<T extends DoubleValue>


  • public class Summary<T extends DoubleValue>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Summary​(Aggregate<T>... aggregates)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Double get​(int index)  
      java.lang.Double get​(java.lang.Class<? extends Aggregate> byClass)  
      • Methods inherited from class java.lang.Object

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

      • Summary

        public Summary​(@NonNull
                       Aggregate<T>... aggregates)
    • Method Detail

      • get

        @Nullable
        public java.lang.Double get​(@NonNull
                                    java.lang.Class<? extends Aggregate> byClass)
      • get

        @Nullable
        public java.lang.Double get​(int index)