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

tryDrop(while:)

No overview available. 概要は利用可能でありません。

Declaration 宣言

func tryDrop(while predicate: @escaping ((data: Data, response: URLResponse)) throws -> Bool) -> Publishers.TryDropWhile<URLSession.DataTaskPublisher>