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