public class RxChainManager<CTX> extends Object
| Constructor and Description |
|---|
RxChainManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFilter(RxFilter<CTX> filter,
int index)
添加过滤器
|
void |
addFilterIfAbsent(RxFilter<CTX> filter,
int index)
添加过滤器,如果有相同类的则不加
|
org.noear.solon.rx.Completable |
doFilter(CTX x,
RxHandler<CTX> lastHandler)
执行过滤
|
Collection<RxFilter<CTX>> |
getFilterNodes() |
public Collection<RxFilter<CTX>> getFilterNodes()
Copyright © 2025. All rights reserved.