Uses of Class
org.jooq.lambda.Sum
-
Packages that use Sum Package Description org.jooq.lambda This package contains useful extensions for interoperation with Java 8's lambda expressions andFunctionalInterface
types. -
-
Uses of Sum in org.jooq.lambda
Subclasses of Sum in org.jooq.lambda Modifier and Type Class Description (package private) static class
Sum.OfBigDecimal
(package private) static class
Sum.OfBigInteger
(package private) static class
Sum.OfByte
(package private) static class
Sum.OfDouble
(package private) static class
Sum.OfFloat
(package private) static class
Sum.OfInt
(package private) static class
Sum.OfLong
(package private) static class
Sum.OfShort
Methods in org.jooq.lambda that return Sum Modifier and Type Method Description (package private) static <N> Sum<N>
Sum. create(N value)
Methods in org.jooq.lambda with parameters of type Sum Modifier and Type Method Description (package private) void
Sum. add(Sum<N> sum)
(package private) void
Sum. and(Sum<N> sum)
(package private) void
Sum. or(Sum<N> sum)
-