Interface ZoneIdSupplier

All Superinterfaces:
Supplier<ZoneId>
All Known Implementing Classes:
ZoneIdSupplierTLC

@Immutable public interface ZoneIdSupplier extends Supplier<ZoneId>
Supplies the "current" ZoneId (Time Zone, TZ).

It's up to the implementation how to determine the "current" TZ.

  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get