Other Protocols
The following protocols are available globally.
-
Event protocol for constraining signal extensions
See moreDeclaration
Swift
public protocol EventProtocol
-
Represents a mutable property that can be safety composed by exposing its synchronization mechanic through the defined closure-based interface.
See moreDeclaration
Swift
public protocol ComposableMutablePropertyProtocol : MutablePropertyProtocol
-
Represents reactive primitives that can be represented by
See moreSignalProducer
.Declaration
Swift
public protocol SignalProducerConvertible