T
- type of the collected value@FunctionalInterface public interface ValueCollector<T>
ValueExtractor
Modifier and Type | Method and Description |
---|---|
void |
addObject(T value)
Collects a value passed as an argument
|
void addObject(T value)
value
- value to be collectedCopyright © 2023 Hazelcast, Inc.. All rights reserved.