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