| Package | Description |
|---|---|
| io.vertx.up.aiki | |
| io.vertx.up.aiki.fun |
| Modifier and Type | Method and Description |
|---|---|
static <T> Case.DefaultCase<T> |
Ux.fork(io.vertx.up.func.Actuator actuator,
Supplier<io.vertx.core.Future<T>> caseLine) |
static <T> Case.DefaultCase<T> |
Ux.fork(Supplier<io.vertx.core.Future<T>> caseLine) |
| Modifier and Type | Method and Description |
|---|---|
static <T> io.vertx.core.Future<T> |
Ux.match(Case.DefaultCase<T> defaultCase,
Case<T>... matchers) |
| Modifier and Type | Method and Description |
|---|---|
static <T> io.vertx.core.Future<T> |
Ux.match(Supplier<Case.DefaultCase<T>> defaultCase,
Case<T>... matchers) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Case.DefaultCase<T> |
Case.item(Supplier<io.vertx.core.Future<T>> value) |
Copyright © 2018. All rights reserved.