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