public class Case<T> extends Tuple<Supplier<Boolean>,Supplier<io.vertx.core.Future<T>>>
| Modifier and Type | Class and Description |
|---|---|
static class |
Case.DefaultCase<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> Case<T> |
item(Supplier<Boolean> condition,
Supplier<io.vertx.core.Future<T>> value) |
static <T> Case.DefaultCase<T> |
item(Supplier<io.vertx.core.Future<T>> value) |
Copyright © 2018. All rights reserved.