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