@override bool canProcess(ParamWrapper value) { return check?.call(value) ?? value is ParamWrapper<T>; }