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