跳过导航链接
A B C D E G I L M O P R S V 

A

apply(T) - 接口 中的方法cn.ruleengine.common.lambda.SFunction
 
async(IN) - 接口 中的方法cn.ruleengine.common.thread.BatchExecutor
异步处理数据
async() - 接口 中的方法cn.ruleengine.common.thread.Concurrent
异步处理数据
AsyncUtils - cn.ruleengine.common.thread中的类
〈一句话功能简述〉
〈〉
AsyncUtils() - 类 的构造器cn.ruleengine.common.thread.AsyncUtils
 

B

BaseResult - cn.ruleengine.common.vo中的类
〈一句话功能简述〉
〈〉
BaseResult() - 类 的构造器cn.ruleengine.common.vo.BaseResult
 
batch(ExecutorService, List<T>, int, BatchExecutor<T, OUT>) - 类 中的静态方法cn.ruleengine.common.thread.AsyncUtils
 
batch(ExecutorService, List<List<T>>, BatchExecutor<T, OUT>) - 类 中的静态方法cn.ruleengine.common.thread.AsyncUtils
 
BatchExecutor<IN,OUT> - cn.ruleengine.common.thread中的接口
〈一句话功能简述〉
〈〉

C

cn.ruleengine.common - 程序包 cn.ruleengine.common
 
cn.ruleengine.common.collection - 程序包 cn.ruleengine.common.collection
 
cn.ruleengine.common.lambda - 程序包 cn.ruleengine.common.lambda
 
cn.ruleengine.common.thread - 程序包 cn.ruleengine.common.thread
 
cn.ruleengine.common.vo - 程序包 cn.ruleengine.common.vo
 
CollUtils - cn.ruleengine.common.collection中的类
〈一句话功能简述〉
〈〉
CollUtils() - 类 的构造器cn.ruleengine.common.collection.CollUtils
 
Concurrent<OUT> - cn.ruleengine.common.thread中的接口
〈一句话功能简述〉
〈〉

D

distinctByKey(Function<? super T, ?>) - 类 中的静态方法cn.ruleengine.common.collection.CollUtils
根据集合对象中指定的字段去重复

E

err() - 类 中的静态方法cn.ruleengine.common.vo.BaseResult
 
err(Integer, String) - 类 中的静态方法cn.ruleengine.common.vo.BaseResult
 

G

get(SFunction<T, R>, boolean) - 类 中的静态方法cn.ruleengine.common.lambda.LambdaUtils
根据方法引用,获取引用的方法名称
get(SFunction<T, R>) - 类 中的静态方法cn.ruleengine.common.lambda.LambdaUtils
 
get() - 类 中的方法cn.ruleengine.common.Singleton
 
getNextVersion(String, boolean) - 类 中的静态方法cn.ruleengine.common.VersionUtils
获取下一个版本号 支持:1.0升级到1.1 不支持:1.01升级到1.02 currentVersion=1.0 如果minorVersion=true,则返回1.1,否则返回2.0
getNextVersion(String) - 类 中的静态方法cn.ruleengine.common.VersionUtils
getSerializedLambda(SFunction<T, R>) - 类 中的静态方法cn.ruleengine.common.lambda.LambdaUtils
getSerializedLambda and cache

I

IdRequest - cn.ruleengine.common.vo中的类
〈一句话功能简述〉
〈〉
IdRequest() - 类 的构造器cn.ruleengine.common.vo.IdRequest
 
INIT_VERSION - 类 中的静态变量cn.ruleengine.common.VersionUtils
初始版本号为1.0

L

LambdaUtils - cn.ruleengine.common.lambda中的类
〈一句话功能简述〉
〈〉
LambdaUtils() - 类 的构造器cn.ruleengine.common.lambda.LambdaUtils
 

M

merge(ExecutorService, boolean, Concurrent<OUT>...) - 类 中的静态方法cn.ruleengine.common.thread.AsyncUtils
 

O

ok() - 类 中的静态方法cn.ruleengine.common.vo.BaseResult
 
onError(IN, Exception) - 接口 中的方法cn.ruleengine.common.thread.BatchExecutor
发生异常时
OrderBy() - 类 的构造器cn.ruleengine.common.vo.PageRequest.OrderBy
 

P

PageBase - cn.ruleengine.common.vo中的类
〈一句话功能简述〉
〈〉
PageBase() - 类 的构造器cn.ruleengine.common.vo.PageBase
 
PageRequest<T> - cn.ruleengine.common.vo中的类
〈一句话功能简述〉
〈〉
PageRequest() - 类 的构造器cn.ruleengine.common.vo.PageRequest
 
PageRequest.OrderBy - cn.ruleengine.common.vo中的类
 
PageResponse - cn.ruleengine.common.vo中的类
〈一句话功能简述〉
〈〉
PageResponse(long, long, long) - 类 的构造器cn.ruleengine.common.vo.PageResponse
 
PageResult<T> - cn.ruleengine.common.vo中的类
〈一句话功能简述〉
〈〉
PageResult() - 类 的构造器cn.ruleengine.common.vo.PageResult
 
Param<T> - cn.ruleengine.common.vo中的类
〈一句话功能简述〉
〈〉
Param() - 类 的构造器cn.ruleengine.common.vo.Param
 
PlainResult<T> - cn.ruleengine.common.vo中的类
〈一句话功能简述〉
〈〉
PlainResult() - 类 的构造器cn.ruleengine.common.vo.PlainResult
 

R

ResultState - cn.ruleengine.common.vo中的枚举
〈一句话功能简述〉
〈〉
Rows<T> - cn.ruleengine.common.vo中的类
〈一句话功能简述〉
〈〉
Rows() - 类 的构造器cn.ruleengine.common.vo.Rows
 

S

SerializedLambda - cn.ruleengine.common.lambda中的类
〈一句话功能简述〉
〈〉
SerializedLambda() - 类 的构造器cn.ruleengine.common.lambda.SerializedLambda
 
SFunction<T,R> - cn.ruleengine.common.lambda中的接口
〈一句话功能简述〉
〈〉
Singleton<R> - cn.ruleengine.common中的类
〈一句话功能简述〉
〈单例工具〉
Singleton(Supplier<R>) - 类 的构造器cn.ruleengine.common.Singleton
 
subList(List<T>, int) - 类 中的静态方法cn.ruleengine.common.collection.CollUtils
注意,此工具切分后,只是原始数据的引用,原对象修改,则切分后的数据也被修改

V

valueOf(String) - 枚举 中的静态方法cn.ruleengine.common.vo.ResultState
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.ruleengine.common.vo.ResultState
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VersionUtils - cn.ruleengine.common中的类
〈一句话功能简述〉
〈〉
VersionUtils() - 类 的构造器cn.ruleengine.common.VersionUtils
 
A B C D E G I L M O P R S V 
跳过导航链接

Copyright © 2020–2021 ruleengine. All rights reserved.