类分层结构
- 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.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>)