- Type Parameters:
K - the key type
V - the value type
- All Superinterfaces:
- MapSupplier<K,V>, java.io.Serializable, SerializableSupplier<java.util.Map<K,V>>, java.util.function.Supplier<java.util.Map<K,V>>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface SerializableMapSupplier<K,V>
extends SerializableSupplier<java.util.Map<K,V>>, MapSupplier<K,V>
The Interface SerializableMapSupplier.
- See Also:
SerializableSupplier,
MapSupplier