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.

@FunctionalInterface @API(status=STABLE) public interface CloudKeyHolder<T>
Represents any object that holds a CloudKey
  • Method Summary

    Modifier and Type
    Method
    Description
    key()
    Returns the key that identifies this object.
  • Method Details

    • key

      Returns the key that identifies this object.
      Returns:
      the identifying key.