Package top.tangyh.basic.function
Class Either<L,R>
java.lang.Object
top.tangyh.basic.function.Either<L,R>
- Type Parameters:
L- 左值类型R- 右值类型
封装异常 stream 流的异常
https://mp.weixin.qq.com/s/jBXYj-w0woXtPPUxGhD8Ug
- Author:
- IT牧场, zuihou
-
Method Summary
Modifier and TypeMethodDescriptiongetLeft()getRight()booleanisLeft()booleanisRight()lift(CheckedFunction<T, R> function) 处理类liftWithValue(CheckedFunction<T, R> function) <T> Optional<T><T> Optional<T>toString()