Skip navigation links
A C F M P R S T W 

C

collect(Collector<T, A, R>) - Static method in class com.github.robtimus.stream.FutureValue
Returns a Collector that accumulates FutureValue instances into a CompletableFuture.
com.github.robtimus.stream - package com.github.robtimus.stream
Provides classes and interfaces for working with streams.
completableFutures(Collector<T, A, R>) - Static method in class com.github.robtimus.stream.AdditionalCollectors
Returns a Collector that accumulates CompletableFuture instances into a new CompletableFuture.
completionStages(Collector<T, A, R>) - Static method in class com.github.robtimus.stream.AdditionalCollectors
Returns a Collector that accumulates CompletionStage instances into a new CompletableFuture.
A C F M P R S T W 
Skip navigation links

Copyright © 2021–2022. All rights reserved.