Interface Menu.Builder

Enclosing interface:
Menu
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface Menu.Builder
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    create(@NotNull MenuBuilder context, @NotNull Menu rootMenu)
    Creates a Menu from the given MenuBuilder context and root Menu.
  • Method Details

    • create

      void create(@NotNull @NotNull MenuBuilder context, @NotNull @NotNull Menu rootMenu)
      Creates a Menu from the given MenuBuilder context and root Menu.
      Parameters:
      context - The MenuBuilder context.
      rootMenu - The root Menu.