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
    Supplier that is Serializable. In Java 8, this can be replaced with a lambda cast to an intersection type.
    • Method Summary

      • Methods inherited from interface java8.util.function.Supplier

        get