#
luxiaotao1123
2025-02-13 39e9aa20bd8ad4a39ba6b847619e0d15abb2479e
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}