Replies: 1 comment
-
Good idea! I added an issue for this: #23 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, new values can only be added to stores by calling the
update(K key, TV value)
method.Would it be possible to implement a method along the signature of
void update(Function<TV, K> keyFunction, Collection<TV> value)
for batch inserts?Beta Was this translation helpful? Give feedback.
All reactions