Instance Method
インスタンスメソッド
handle
handleEvents(receiveSubscription:receiveOutput:receiveCompletion:receiveCancel:receiveRequest:)
No overview available. 概要は利用可能でありません。
Availability 有効性
- iOS 13.0+
- iPadOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
- Xcode 11.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
func handleEvents(receiveSubscription: ((Subscription
) -> Void
)? = nil, receiveOutput: ((Date
) -> Void
)? = nil, receiveCompletion: ((Subscribers
.Completion
<Never
>) -> Void
)? = nil, receiveCancel: (() -> Void
)? = nil, receiveRequest: ((Subscribers
.Demand
) -> Void
)? = nil) -> Publishers
.HandleEvents
<Timer
.TimerPublisher
>