CombineLatestClosures
public class CombineLatestClosures
                a class which can be filled with some closures of type () -> Void, it calls an other completion-closure when all closures are called at least once and combineLatest was already called from the outside.
- 
                  
                  
Undocumented
Declaration
Swift
public typealias PipelineCallback = () -> Void - 
                  
                  
Undocumented
Declaration
Swift
public init(allCallbacksAreCalled:@escaping PipelineCallback) - 
                  
                  
Undocumented
Declaration
Swift
public func chainClosure(callback:@escaping PipelineCallback) -> PipelineCallback - 
                  
                  
Undocumented
Declaration
Swift
public func combineLatest() 
View on GitHub
        CombineLatestClosures Class Reference