程序包 com.alibaba.ageiport.common.function


package com.alibaba.ageiport.common.function
  • 说明
    Builder<R,P>
     
    回调--无参数的函数对象
    一个函数接口代表一个一个函数,用于包装一个函数为对象
    A function from A to B with an associated reverse function from B to A; used for converting back and forth between different representations of the same
    过滤器接口
    Fn<T,R>
     
    无参数的函数对象
    一个函数接口代表一个一个函数,用于包装一个函数为对象
     
     
    Prioritized interface can be implemented by objects that should be sorted, for example the tasks in executable queue.
    A function interface for action with Throwable
    无参数和返回的函数对象