JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
com.thecoderscorner.menu.domain.util.AbstractMenuItemVisitor
Packages that use
AbstractMenuItemVisitor
Package
Description
com.thecoderscorner.menu.domain.util
Uses of
AbstractMenuItemVisitor
in
com.thecoderscorner.menu.domain.util
Methods in
com.thecoderscorner.menu.domain.util
with parameters of type
AbstractMenuItemVisitor
Modifier and Type
Method
Description
static <T>
Optional
<T>
MenuItemHelper.
visitWithResult
(
MenuItem
item,
AbstractMenuItemVisitor
<T> visitor)
Visits a menu item calling the appropriate function for the type and collects the result that is set by calling your visitor's `setResult` method.