@FunctionalInterface public interface ScopePredicate extends BiPredicate<String,String[]>
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(String permission,
String... actions) |
and, negate, orCopyright © 2016–2021. All rights reserved.