Package org.incendo.cloud.key
Interface CloudKeyHolder<T>
- Type Parameters:
T- The type of the key value.
- All Known Subinterfaces:
PredicatePermission<C>
- All Known Implementing Classes:
TypedCommandComponent
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents any object that holds a
CloudKey-
Method Summary
-
Method Details
-
key
Returns the key that identifies this object.- Returns:
- the identifying key.
-