PipeSignal
public class PipeSignal<T> : SourceSignal<T>
A SourceSignal that allows for a function to be called when an observer is attached.
-
The function that is called when an observer is attached.
Declaration
Swift
public var onObserve: ((SignalObserver<T>) -> Void)?
PipeSignal Class Reference