#
zhou zhou
2026-01-12 f61a1a821df8f99be8999f5cc38c8a134435e5e8
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}