Package org.apache.commons.lang3.builder
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.SerializablePrivate interface while we still have to support serialization.