powered by
Combines two Opening objects with AND logic using the & operator. This creates an OpeningAll object.
Opening
&
OpeningAll
# S4 method for Opening,Opening &(e1, e2)
An OpeningAll object combining e1 and e2.
e1
e2
(Opening) the first opening object.
(Opening) the second opening object.
OpeningAll for more details.