Package org.dizitart.no2.migration
Interface Generator<T>
-
- Type Parameters:
T- the type parameter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface Generator<T>
Represents a default value generator for the document fields in field manipulation instruction.- Since:
- 4.0
- Author:
- Anindya Chatterjee
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tgenerate(Document document)Generates a new value for a field in the document.
-