public interface PartialResult<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
PartialResult.Simple<T> |
static class |
PartialResult.Wrapper<T> |
| Modifier and Type | Method and Description |
|---|---|
<R,A> R |
collect(java8.util.stream.Collector<? super T,A,R> collector) |
PartialResult<T> |
filter(java8.util.function.Predicate<? super T> predicate) |
boolean |
hasMore() |
List<T> |
list() |
<C> PartialResult<C> |
map(java8.util.function.Function<? super T,? extends C> transformer) |
java8.util.stream.Stream<T> |
stream() |
java8.util.stream.Stream<T> stream()
boolean hasMore()
PartialResult<T> filter(java8.util.function.Predicate<? super T> predicate)
<C> PartialResult<C> map(java8.util.function.Function<? super T,? extends C> transformer)
<R,A> R collect(java8.util.stream.Collector<? super T,A,R> collector)
Copyright © 2010–2025 Smals. All rights reserved.