zjj
2025-05-30 9f05f812058b63e81b4567e730ee1ec2f9e551e4
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}