ReplayLastSubjectType
extension ReplayLastSubjectType
-
Undocumented
Declaration
Swift
public init(currentValueSubject: CurrentValueSubject<Element, ErrorType>, willChange: ((Element) -> Void)? = nil)
-
Undocumented
Declaration
Swift
public static func combine(initialValue: Element, willChange: ((Element) -> Void)? = nil) -> ReplayLastSubjectType<Element, ErrorType>