1
2026-01-09 3c048df38b6970f434c0672b5afb385dca750e66
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}