public interface RunnerFilterChain<T> extends Iterable<RunnerFilter<T>>
| Modifier and Type | Method and Description |
|---|---|
void |
doFilter(T t) |
void |
resetChainPosition() |
forEach, iterator, spliteratorvoid doFilter(T t)
void resetChainPosition()
Copyright © 2019. All rights reserved.