Skip to content

Latest commit

 

History

History

README.md

Prototype

Intent

Adapter is a structural design pattern that allows objects with incompatible interfaces to collaborate (Like Wrapper).

Problem

An "off the shelf" component offers compelling functionality that you would like to reuse, but its "view of the world" is not compatible with the philosophy and architecture of the system currently being developed.

Usage examples