mac
HunterHuang0X7C7
2023-08-11 6fd17dbfad6b6b48c274007043c904975608a079
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> {
}