We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CompletableAction
1 parent d394165 commit 12774ddCopy full SHA for 12774dd
Sources/Action/Action.swift
@@ -4,6 +4,8 @@ import RxCocoa
4
5
/// Typealias for compatibility with UIButton's rx.action property.
6
public typealias CocoaAction = Action<Void, Void>
7
+/// Typealias for actions with work factory returns `Completable`.
8
+public typealias CompletableAction<Input> = Action<Input, Never>
9
10
/// Possible errors from invoking execute()
11
public enum ActionError: Error {
0 commit comments