Interface ZoneList

  • All Superinterfaces:
    ZoneFilter

    public interface ZoneList
    extends ZoneFilter
    Provides filters for and access to a list of ZoneIds. This is typically offered after an initial filter from ZoneFilter has been applied. This forces the developer to consider which zones to process.
    Author:
    jonmv
    • Method Detail

      • among

        ZoneList among​(ZoneId... zones)
        Only the given zones — combine with not() for best effect!
      • zones

        java.util.List<? extends ZoneApi> zones()
        Returns the ZoneApi of all zones in this list.
      • ids

        default java.util.List<ZoneId> ids()
        Returns the ZoneIds of all zones in this list.