func simultaneously<Other>(with: Other) -> SimultaneousGesture <Self, Other>
Combines a gesture with another gesture to create a new gesture that recognizes both gestures at the same time.
あるジェスチャを別のジェスチャと結合して、両方のジェスチャを同時に認識する新しいジェスチャを作成します。
func exclusively<Other>(before: Other) -> ExclusiveGesture <Self, Other>
Combines two gestures exclusively to create a new gesture where only one gesture succeeds, giving precedence to the first gesture.
2つのジェスチャを排他的に結合して、新しいジェスチャを作成します、そこではただ1つのジェスチャだけが成功します、最初のジェスチャに優先権を与えます。