skyouc
3 天以前 ced0680ba99bb04287aa0ce1f31c6fbfed0553d3
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
 
public interface JudgeSupport<T> {
 
    boolean execute(T t);
 
}