-
Nested Class Summary
Nested classes/interfaces inherited from class org.jooq.lambda.Sum
Sum.OfBigDecimal, Sum.OfBigInteger, Sum.OfByte, Sum.OfDouble, Sum.OfFloat, Sum.OfInt, Sum.OfLong, Sum.OfShort -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidadd0(BigInteger value) (package private) voidand0(BigInteger value) (package private) BigIntegeravg()(package private) voidor0(BigInteger value) (package private) BigIntegerresult()
-
Field Details
-
sum
BigInteger sum
-
-
Constructor Details
-
OfBigInteger
OfBigInteger()
-
-
Method Details
-
add0
- Specified by:
add0in classSum<BigInteger>
-
and0
- Specified by:
and0in classSum<BigInteger>
-
or0
- Specified by:
or0in classSum<BigInteger>
-
result
BigInteger result()- Specified by:
resultin classSum<BigInteger>
-
avg
BigInteger avg()- Specified by:
avgin classSum<BigInteger>
-