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