Classes
The following classes are available globally.
-
It represents a peripheral along with its properties
See moreDeclaration
Swift
public class Peripheral : Identifiable
extension Peripheral: CustomDebugStringConvertible
-
The ShareReplay is used to share a single subscription to the upstream publisher and replay items emitted by that one.
See moreDeclaration
Swift
public final class ReplaySubject<Output, Failure> : Subject where Failure : Error
-
A class representing the connection of a subscriber to a publisher.
See moreDeclaration
Swift
public final class ReplaySubjectSubscription<Output, Failure> : Subscription where Failure : Error