| Package | Description |
|---|---|
| bayou.async |
Async programming model.
|
| bayou.util |
Miscellaneous types and utilities.
|
| bayou.websocket |
WebSocket server.
|
| Modifier and Type | Method and Description |
|---|---|
default <R> AsyncIterator<R> |
AsyncIterator.flatMap(FunctionX<T,AsyncIterator<R>> func,
FunctionX<End,AsyncIterator<R>> endFunc)
Similar to flatMap(func), except that the end-of-iteration event is also used
to generate new elements.
|
| Modifier and Type | Method and Description |
|---|---|
static End |
End.instance()
Return an
End instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
WebSocketClose
To indicate that a WebSocket inbound is gracefully closed.
|