public interface IReducer<T>
Modifier and Type | Method and Description |
---|---|
Object |
extractResult(T accumulator) |
T |
init() |
T |
reduce(T accumulator,
Object input) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.