程序包 cool.scx.functional


package cool.scx.functional
  • 接口
    说明
    Scx 核心 handler 没有参数 没有返回值 不允许抛出异常 .
    Scx 核心 handler 有参数 没有返回值 不允许抛出异常 .
    ScxHandlerAE<A,E extends Exception>
    Scx 核心 handler 有参数 没有返回值 允许抛出异常 .
    Scx 核心 handler 有参数 有返回值 不允许抛出异常 .
    ScxHandlerARE<A,R,E extends Exception>
    Scx 核心 handler 有参数 有返回值 允许抛出异常 .
    Scx 核心 handler 没有参数 没有返回值 允许抛出异常 .
    Scx 核心 handler 没有参数 有返回值 不允许抛出异常 .
    ScxHandlerRE<R,E extends Exception>
    Scx 核心 handler 没有参数 有返回值 允许抛出异常 .