Skip to content

Commit 128aff2

Browse files
committed
Update README.md
1 parent 82f5f88 commit 128aff2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,6 @@
5151

5252
##Iterator
5353
**Intent:** Provide a way to access the elements of an aggregate object sequentially without exposing its underlying representation.
54+
55+
##Mediator
56+
**Intent:** Define an object that encapsulates how a set of objects interact. Mediator promotes loose coupling by keeping objects from referring to each other explicitly, and it lets you vary their interaction independently.

0 commit comments

Comments
 (0)