| Modifier and Type | Method and Description |
|---|---|
static <T,R> void |
AsyncFoldLeft.run(Collection<T> collection,
R zero,
AsyncFoldLeft.Operation<T,R> operation,
org.cometd.bayeux.Promise<R> promise)
Processes the given
collection of elements. |
static <T,R> void |
AsyncFoldLeft.run(T[] array,
R zero,
AsyncFoldLeft.Operation<T,R> operation,
org.cometd.bayeux.Promise<R> promise) |
Copyright © 2008–2022 The CometD Project. All rights reserved.