Interface ImmutableSupplier<T>

  • All Superinterfaces:
    Supplier<T>, java.util.function.Supplier<T>
    All Known Implementing Classes:
    Hashing.ChecksumType

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

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

        get