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> java.util.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.
-