Interface PermissionCheck<T>

All Superinterfaces:
Predicate<T>
All Known Implementing Classes:
PermissionSource.Check

public interface PermissionCheck<T> extends Predicate<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     

    Methods inherited from interface java.util.function.Predicate

    and, negate, or, test
  • Method Details

    • requiredLevel

      int requiredLevel()