RealInterceptorChain<I, O> class
Description : 责任链处理器 @author zaze @date 2022/8/5 - 4:57
- Implemented types
-
- Chain<
I, O>
- Chain<
Constructors
-
RealInterceptorChain(List<
Interceptor< interceptors, I _input, {int index = 0})I, O> >
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index ↔ int
-
getter/setter pair
-
interceptors
→ List<
Interceptor< I, O> > -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
input(
) → I -
获取输入
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
process(
I input) → O -
处理输入并返回结果
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited