- All Known Implementing Classes:
UFileSizeAccumulator
public interface UAccumulator<R,E>
-
Method Summary
-
Method Details
-
result
Gets the result of accumulated content- Returns:
- all accumulated content
-
push
Push more content to the current accumulator- Parameters:
item- The item you want to accumulate
-
pushAll
Adds the result of other accumulators with the same type- Parameters:
other- another accumulator
-