Interface BulkOperations.BatchProcessor<K,V>
- Type Parameters:
K- key type | 键类型V- value type | 值类型
- Enclosing class:
BulkOperations<K,V>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Batch processor functional interface
批处理器函数式接口
- Since:
- JDK 25, opencode-base-cache V2.0.5
- Author:
- Leon Soo www.LeonSoo.com
-
Method Summary
-
Method Details
-
process
-