skyouc
2025-03-15 d17254e25cfaf8361c08eea6f16d99571a49174f
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}