Back to Rxswift

EventConvertible

docs/Protocols/EventConvertible.html

6.10.2413 B
Original Source

EventConvertible

public protocol EventConvertible

A type that can be converted to Event<Element>.

`

                Element
                `

Type of element in event

Declaration

Swift

associatedtype Element

`

                event
                `

Event representation of this instance

Declaration

Swift

var event: Event<Element> { get }