tledkov-gridgain commented on a change in pull request #416:
URL: https://github.com/apache/ignite-3/pull/416#discussion_r740141401



##########
File path: modules/api/src/main/java/org/apache/ignite/table/mapper/Mapper.java
##########
@@ -21,49 +21,56 @@
 import org.apache.ignite.table.Tuple;
 
 /**
- * Value mapper interface.
+ * Mapper interface.
  *
- * @param <V> Value type.
+ * @param <R> Record type.
  */
-public interface ValueMapper<V> {
+public interface Mapper<R> {

Review comment:
       It's a public interface. Please document the Mapper purpose.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to