JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
org.omnifaces.utils
Package
org.omnifaces.utils.stream
Interface Summary<T>
All Superinterfaces:
Consumer
<T>
public interface
Summary<T>
extends
Consumer
<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
combine
(
Summary
<
T
> summary)
long
getCount
()
T
getMax
()
T
getMin
()
Methods inherited from interface java.util.function.
Consumer
accept
,
andThen
Method Details
getCount
long
getCount
()
getMin
T
getMin
()
getMax
T
getMax
()
combine
void
combine
(
Summary
<
T
> summary)