程序包 com.alibaba.ageiport.common.function
package com.alibaba.ageiport.common.function
-
类说明Builder<R,
P> Callback<R>回调--无参数的函数对象
一个函数接口代表一个一个函数,用于包装一个函数为对象Converter<A,B> A function fromAtoBwith an associated reverse function fromBtoA; used for converting back and forth between different representations of the sameFilter<T>过滤器接口Fn<T,R> Func0<R>无参数的函数对象
一个函数接口代表一个一个函数,用于包装一个函数为对象Handler<T>Predicate<T>Prioritizedinterface can be implemented by objects that should be sorted, for example the tasks in executable queue.A function interface for action withThrowable无参数和返回的函数对象