Uses of Record Class
org.bsc.async.AsyncGenerator.ReduceResult
Packages that use AsyncGenerator.ReduceResult
-
Uses of AsyncGenerator.ReduceResult in org.bsc.async
Methods in org.bsc.async that return types with arguments of type AsyncGenerator.ReduceResultModifier and TypeMethodDescriptiondefault CompletableFuture<AsyncGenerator.ReduceResult<E>>AsyncGenerator.reduce(BinaryOperator<E> reducer) AsyncGenerator.WithEmbed.reduce(BinaryOperator<E> reducer) default CompletableFuture<AsyncGenerator.ReduceResult<E>>AsyncGenerator.reduceAsync(BinaryOperator<E> reducer) AsyncGenerator.WithEmbed.reduceAsync(BinaryOperator<E> reducer)