public static interface AsyncFoldLeft.Loop<R>
Modifier and Type | Method | Description |
---|---|---|
default void |
fail(java.lang.Throwable failure) |
|
default void |
leave(R r) |
|
default void |
proceed(R r) |
Copyright © 2008–2017 The CometD Project. All rights reserved.