Uses of Interface
org.cometd.common.AsyncFoldLeft.Loop
-
Packages that use AsyncFoldLeft.Loop Package Description org.cometd.common org.cometd.server -
-
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
. -
Uses of AsyncFoldLeft.Loop in org.cometd.server
Methods in org.cometd.server with parameters of type AsyncFoldLeft.Loop Modifier and Type Method Description protected Promise<java.lang.Boolean>
BayeuxServerImpl. resolveLoop(AsyncFoldLeft.Loop<java.lang.Boolean> loop)
-