We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd754f9 commit 494fe20Copy full SHA for 494fe20
Source/RxCocoa/not+RxCocoa.swift
@@ -7,6 +7,7 @@
7
//
8
9
import RxCocoa
10
+import RxSwift
11
12
extension SharedSequenceConvertibleType where Element == Bool {
13
/// Boolean not operator.
Source/Tools/Observable+Alias.swift
@@ -0,0 +1,10 @@
1
+//
2
+// File.swift
3
4
5
+// Created by Shai Mishali on 23/08/2023.
6
+
+public typealias Observable = RxSwift.Observable
0 commit comments