public class ConditionalAction<T extends GenericSummary> extends Object
| Constructor and Description |
|---|
ConditionalAction(String text,
Consumer<T> callback,
Predicate<T> predicate,
Boolean isNavigation) |
| Modifier and Type | Method and Description |
|---|---|
Consumer<T> |
getCallback() |
Predicate<T> |
getPredicate() |
String |
getText() |
Boolean |
isNavigation() |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.