Interface DiffBuilder.SerializableSupplier<T>

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

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

    Methods inherited from interface java.util.function.Supplier

    get