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