Class Sum.OfInt

  • Enclosing class:
    Sum<N>

    static class Sum.OfInt
    extends Sum<java.lang.Integer>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int sum  
      • Fields inherited from class org.jooq.lambda.Sum

        count
    • Constructor Summary

      Constructors 
      Constructor Description
      OfInt()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void add0​(java.lang.Integer value)  
      (package private) void and0​(java.lang.Integer value)  
      (package private) java.lang.Integer avg()  
      (package private) void or0​(java.lang.Integer value)  
      (package private) java.lang.Integer result()  
      • Methods inherited from class java.lang.Object

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

      • sum

        int sum
    • Constructor Detail

      • OfInt

        OfInt()
    • Method Detail

      • add0

        void add0​(java.lang.Integer value)
        Specified by:
        add0 in class Sum<java.lang.Integer>
      • and0

        void and0​(java.lang.Integer value)
        Specified by:
        and0 in class Sum<java.lang.Integer>
      • or0

        void or0​(java.lang.Integer value)
        Specified by:
        or0 in class Sum<java.lang.Integer>
      • result

        java.lang.Integer result()
        Specified by:
        result in class Sum<java.lang.Integer>
      • avg

        java.lang.Integer avg()
        Specified by:
        avg in class Sum<java.lang.Integer>