public final class AggregateContains<E> extends Object implements Aggregator<E,Boolean>
Aggregator.Creator<E,R>| Constructor and Description |
|---|
AggregateContains(Predicate<? super E> predicate) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(E element)
Aggregate single element to the collecting object.
|
Boolean |
yield()
Builds or aggregates the added elements to one collected object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitresetpublic final void accept(E element)
Aggregatorpublic final Boolean yield()
Aggregatoryield in interface Aggregator<E,Boolean>Copyright © 2022 MicroStream Software. All rights reserved.