Package jakarta.nosql.document
Interface Document.DocumentProvider
-
- All Superinterfaces:
BiFunction<String,Object,Document>
- Enclosing interface:
- Document
public static interface Document.DocumentProvider extends BiFunction<String,Object,Document>
A provider ofDocument
where it will create from two parameters: The first one is the name of column The second one is the information of column
-
-
Method Summary
-
Methods inherited from interface java.util.function.BiFunction
andThen, apply
-
-