接口 Selector<C,E>

类型参数:
C - the type of selector context
E - the type of select result
所有已知子接口:
NamingSelector

public interface Selector<C,E>
Client selector.
作者:
lideyou
  • 方法概要

    修饰符和类型
    方法
    说明
    select(C context)
    select the target result.
  • 方法详细资料

    • select

      E select(C context)
      select the target result.
      参数:
      context - selector context
      返回:
      select result