接口 Selector<C,E>
- 类型参数:
C- the type of selector contextE- the type of select result
- 所有已知子接口:
NamingSelector
public interface Selector<C,E>
Client selector.
- 作者:
- lideyou
-
方法概要
-
方法详细资料
-
select
select the target result.- 参数:
context- selector context- 返回:
- select result
-