Interface ImmutableSupplier<T>

All Superinterfaces:
Supplier<T>, Supplier<T>
All Known Implementing Classes:
Hashing.ChecksumType, Hashing.Crc32CSupplier

interface ImmutableSupplier<T> extends Supplier<T>
Explicitly named subinterface of Supplier that can be marked @
invalid reference
Immutable
.
  • Method Summary

    Methods inherited from interface com.google.common.base.Supplier

    get