Interface RenderingVisibilityRule<T extends ItemModel>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isVisible​(T itemModel)
      Verifies the visibility of itemModel
      java.util.function.Predicate<ItemModel> restrictedBy()
      The predicate to verify that the provided itemModel is the one for which the visibility is being verified.
    • Method Detail

      • restrictedBy

        java.util.function.Predicate<ItemModel> restrictedBy()
        The predicate to verify that the provided itemModel is the one for which the visibility is being verified.
        Returns:
        the Predicate
      • isVisible

        boolean isVisible​(T itemModel)
        Verifies the visibility of itemModel
        Parameters:
        itemModel -
        Returns: