| Package | Description |
|---|---|
| io.vertx.up.aiki | |
| io.vertx.up.aiki.fun |
| Modifier and Type | Method and Description |
|---|---|
static <T> Case<T> |
Ux.branch(io.vertx.up.func.Actuator executor,
Supplier<io.vertx.core.Future<T>> caseLine) |
static <T> Case<T> |
Ux.branch(boolean condition,
io.vertx.up.func.Actuator executor,
Supplier<io.vertx.core.Future<T>> caseLine) |
static <T> Case<T> |
Ux.branch(boolean condition,
Supplier<io.vertx.core.Future<T>> caseLine) |
static <T> Case<T> |
Ux.branch(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) |
static <T> io.vertx.core.Future<T> |
Ux.match(Supplier<Case.DefaultCase<T>> defaultCase,
Case<T>... matchers) |
| Modifier and Type | Class and Description |
|---|---|
static class |
Case.DefaultCase<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> Case<T> |
Case.item(Supplier<Boolean> condition,
Supplier<io.vertx.core.Future<T>> value) |
Copyright © 2018. All rights reserved.