Interface Actionable

    • Method Detail

      • getRawActions

        String[] getRawActions()
      • containsAction

        default boolean containsAction​(Predicate<String> predicate)
        Parameters:
        predicate - The predicate used to test the actions
        Returns:
        true if any of the actions satisfy the predicate
      • containsAction

        default boolean containsAction​(String action)
        Parameters:
        action - The action to check for
        Returns:
        true if this Actionable contains the specified action