Uses of Interface
net.anwiba.commons.lang.functional.IAggregator
Packages that use IAggregator
-
Uses of IAggregator in net.anwiba.commons.lang.functional
Methods in net.anwiba.commons.lang.functional that return IAggregatorMethods in net.anwiba.commons.lang.functional with parameters of type IAggregatorModifier and TypeMethodDescriptiondefault <R> RIIterable.aggregate(R identity, IAggregator<R, O, R, E> adder) -
Uses of IAggregator in net.anwiba.commons.lang.stream
Methods in net.anwiba.commons.lang.stream with parameters of type IAggregatorModifier and TypeMethodDescriptionFailedStream.aggregate(O inital, IAggregator<O, T, O, E> aggregator) IStream.aggregate(O inital, IAggregator<O, T, O, E> aggregator) FailedStream.convert(IAggregator<Integer, T, O, E> aggregator) IStream.convert(IAggregator<Integer, T, O, E> aggregator) Constructors in net.anwiba.commons.lang.stream with parameters of type IAggregator