Interface SerializableSupplier<T>
-
- Type Parameters:
T- the type of object supplied.
- All Superinterfaces:
Serializable,java8.util.function.Supplier<T>
public interface SerializableSupplier<T> extends java8.util.function.Supplier<T>, Serializable
Supplierthat isSerializable. In Java 8, this can be replaced with a lambda cast to an intersection type.