Instance Method インスタンスメソッド

map(_:)

Returns a gesture that’s the result of mapping the given closure over the gesture. あるジェスチャを返します、それは与えられたクロージャをジェスチャ上にマップする結果です。

Declaration 宣言

func map<T>(_ body: @escaping (Self.Value) -> T) -> _MapGesture<Self, T>