Interface SerializableSupplier<T>

  • Type Parameters:
    T - the type of results supplied by this supplier
    All Superinterfaces:
    Serializable, 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.

    @PublicEvolving
    @FunctionalInterface
    public interface SerializableSupplier<T>
    extends java.util.function.Supplier<T>, Serializable
    A serializable Supplier.
    • Method Summary

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

        get