Interface DiffBuilder.SerializableSupplier<T>

  • Type Parameters:
    T - the type of results supplied by this supplier.
    All Superinterfaces:
    java.io.Serializable, java.util.function.Supplier<T>
    Enclosing class:
    DiffBuilder<T>

    private static interface DiffBuilder.SerializableSupplier<T>
    extends java.util.function.Supplier<T>, java.io.Serializable
    Private interface while we still have to support serialization.
    • Method Summary

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

        get