类分层结构
- java.lang.Object
- xiaofei.library.shelly.operator.EmptyOperator<T,R> (implements xiaofei.library.shelly.function.Function1<T,R>)
- xiaofei.library.shelly.operator.FilterOperator<T> (implements xiaofei.library.shelly.function.Function1<T,R>)
- xiaofei.library.shelly.operator.FlatMapOperator<T,R> (implements xiaofei.library.shelly.function.Function1<T,R>)
- xiaofei.library.shelly.operator.IdentityOperator<T> (implements xiaofei.library.shelly.function.Function1<T,R>)
- xiaofei.library.shelly.operator.LeftRefinementOperator<T,R> (implements xiaofei.library.shelly.function.Function2<T,R,S>)
- xiaofei.library.shelly.operator.MapOperator<T,R> (implements xiaofei.library.shelly.function.Function1<T,R>)
- xiaofei.library.shelly.operator.MapOperator2<T,R,U> (implements xiaofei.library.shelly.function.Function1<T,R>)
- xiaofei.library.shelly.operator.ReducerOperator<T,R> (implements xiaofei.library.shelly.function.Function1<T,R>)
- xiaofei.library.shelly.operator.RightRefinementOperator<T,R> (implements xiaofei.library.shelly.function.Function2<T,R,S>)