``` components.map { component1, component2 in // manipulate styles }.reduce { // reduce to single component with layout }.compose { // ... }.bind {} ```