Hunter0x7c7
2023-08-12 0b0ca05018a5f47a1c8b1573e0eff4310ebca1a9
1
2
3
4
5
6
7
8
9
package com.github.hunter0x7c7.sync.model.interfaces;
/*
 * @Auther: Hunter
 * @Date: 2022/12/02/18:05
 * @Description:
 */
 
public interface GenericCallback<T> extends KvCallback<T, Throwable> {
}