Uses of Interface
net.anwiba.commons.lang.functional.IAggregator
-
Packages that use IAggregator Package Description net.anwiba.commons.lang.functional net.anwiba.commons.lang.stream -
-
Uses of IAggregator in net.anwiba.commons.lang.functional
Methods in net.anwiba.commons.lang.functional that return IAggregator Modifier and Type Method Description default IAggregator<I,V,O,E>IAggregator. then(IFunction<? super O,? extends O,E> after)Methods in net.anwiba.commons.lang.functional with parameters of type IAggregator Modifier and Type Method Description default <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 IAggregator Modifier and Type Method Description <O> IOptional<O,E>FailedStream. aggregate(O inital, IAggregator<O,T,O,E> aggregator)<O> IOptional<O,E>IStream. aggregate(O inital, IAggregator<O,T,O,E> aggregator)<O> IStream<O,E>FailedStream. convert(IAggregator<java.lang.Integer,T,O,E> aggregator)<O> IStream<O,E>IStream. convert(IAggregator<java.lang.Integer,T,O,E> aggregator)Constructors in net.anwiba.commons.lang.stream with parameters of type IAggregator Constructor Description IterableCountingIterable(IIterable<I,E> input, IAcceptor<I> acceptor, IAggregator<java.lang.Integer,I,O,E> aggegator)IteratorCountingIterator(IIterator<I,E> input, IAcceptor<I> acceptor, IAggregator<java.lang.Integer,I,O,E> aggegator)
-