Interface SoldOutAware

All Known Implementing Classes:
ContainerSoldOutTrouble, SliceSoldOutTrouble

public interface SoldOutAware
Interface that adds a soldOut property to an object.
Version:
2024-10-30
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    Return true if sold out.
  • Method Details

    • isSoldOut

      default boolean isSoldOut()
      Return true if sold out. Default implementation simply returns true. Override if sold out is configurable.