E - type of data to joinpublic interface XJoinable<E>
| Modifier and Type | Method and Description |
|---|---|
<A> A |
join(BiConsumer<? super E,? super A> joiner,
A aggregate)
Iterates over all elements of the collections and calls the joiner
with each element and the aggregate.
|
<A> A join(BiConsumer<? super E,? super A> joiner, A aggregate)
A - type of aggregatejoiner - is the actual function to do the joiningaggregate - where to join intoCopyright © 2022 MicroStream Software. All rights reserved.