@FunctionalInterface public interface PermissionPredicate extends java.util.function.BiPredicate<Context,BladeCommand>
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(@NotNull Context context,
@NotNull BladeCommand command) |
boolean test(@NotNull
@NotNull Context context,
@NotNull
@NotNull BladeCommand command)
test in interface java.util.function.BiPredicate<Context,BladeCommand>