| Modifier and Type | Method and Description |
|---|---|
static <V,R,A> Collector<Result<V>,Result.Builder<V,A>,Result<R>> |
Result.tryCollect(@NotNull Collector<V,A,R> collector)
Create a collector that accumulates a stream of Results into a single Result containing either:
1.
|
Copyright © 2017–2020. All rights reserved.