【设计模式】(十八)–结构型模式–过滤器模式
结构型模式–过滤器模式【设计模式】(十八)–结构型模式–过滤器模式过滤器模式定义过滤器模式的优点过滤器模式的使用场景过滤器模式的简单实现
过滤器模式定义
Filter pattern or Criteria pattern is a design pattern that enables developers to filter a set of objects using different criteria and chaining them i
这里列举行为型模式·到此23种就列完了···这里是看着菜鸟教程来实现··,他里边列了25种,其中过滤器模式和空对象模式应该不属于所谓的23种模式
责任链模式:为请求创建一个接收者对象的链,对请求的发送者和接收者进行解耦,大部分用于web中吧。。
Task中的continuewith和微软的tpl数据流应该是类似这种模式的实现吧
using System;
using System.Collections.Generic;
using System.Linq;
using System.Te