``` inline fun <reified T, reified F, reified S...
# arrow-contributors
s
Copy code
inline fun <reified T, reified F, reified S> BoundOptic<T, HK<F, S>>.each(EA: Each<F, S, A> = arrow.optics.typeclasses.each())
    inline get() = compose(EA.each())