Interface IntStatisticResult

All Superinterfaces:
DoubleSupplier, IntSupplier, LongSupplier, StatisticResult
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface interface IntStatisticResult extends StatisticResult
Represents the int result of a statistic computed over a set of values.

This is a helper interface to map the native type of the expected value to other result types.

Since:
1.1