public interface IAccumulator<T,O,E extends Exception>
O
add(O identity, T value)
O add(O identity, T value) throws E extends Exception
E extends Exception
Copyright © 2007–2016 Andreas Bartels. All rights reserved.