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