Uses of Interface
org.cometd.common.AsyncFoldLeft.Operation
-
Uses of AsyncFoldLeft.Operation in org.cometd.common
Methods in org.cometd.common with parameters of type AsyncFoldLeft.OperationModifier and TypeMethodDescriptionstatic <T,R> void AsyncFoldLeft.run(Collection<T> collection, R zero, AsyncFoldLeft.Operation<T, R> operation, org.cometd.bayeux.Promise<R> promise) Processes the givencollectionof elements.static <T,R> void AsyncFoldLeft.run(T[] array, R zero, AsyncFoldLeft.Operation<T, R> operation, org.cometd.bayeux.Promise<R> promise)