How to show the connections between a class with a list of interface implementators, a concerete interface implementation and the interface?
I have a situation from the picture, MyTimer contains a list of Updatable, and PlayerBulletUpdatable is one of the potential elements, alongside many defined in lambda clauses.
What is the correct way of modeling this in UML?