Package com.google.common.hash
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 ofSupplier
that can be marked @Immutable
.