Uses of Interface
org.cometd.common.AsyncFoldLeft.Loop
-
-
Uses of AsyncFoldLeft.Loop in org.cometd.common
Methods in org.cometd.common with parameters of type AsyncFoldLeft.Loop Modifier and Type Method Description void
AsyncFoldLeft.Operation. apply(R result, T element, AsyncFoldLeft.Loop<R> loop)
Processes the givenelement
.
-