- Type Parameters:
T - the type extends Date of results supplied by this supplier
- All Superinterfaces:
- DateSupplier<T>, java.io.Serializable, SerializableSupplier<T>, java.util.function.Supplier<T>
- 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 SerializableDateSupplier<T extends java.util.Date>
extends SerializableSupplier<T>, DateSupplier<T>
The Interface SerializableDateSupplier.
- See Also:
Supplier,
DateSupplier